The IDataGridColumnHeaderStyle interface contains properties that determine parameters of container header formatting, or of the DataGrid component column.
Property name | Brief description | |
Brush | The Brush property determines the brush used to fill a header area. | |
Font | The Font property determines parameters of the font, used to display header text. | |
HorizontalAlignment | The HorizontalAlignment property determines horizontal alignment of a header text. | |
VerticalAlignment | The VerticalAlignment property determines vertical alignment of a header text. |
See also: