GridColumnActualAppearance Properties
An appearance object.| Name | Description |
|---|---|
| BackgroundColor |
Gets the background color that is applied to the DataGridView‘s cells. To specify this color, use the CellAppearance‘s inherited Background property.
|
| BorderColor | Gets the border color that is applied to the DataGridView‘s cells. To specify this color, use the CellAppearance‘s BorderColor property. |
| BottomBorderColor | Gets the bottom border’s color that is applied to the DataGridView cells. To specify this color, use the CellAppearance‘s BottomBorderColor inherited property. |
| CheckBoxColor | Gets the checkbox color that is applied to the DataGridView cells. To specify this color, use the CellAppearance‘s CheckBoxColor inherited property. |
| CheckBoxPadding | Gets the padding value that is applied to the DataGridView cell’s checkbox. To specify this value, use the CellAppearance‘s CheckBoxPadding inherited property. |
| CheckedCheckBoxColor | Gets the checked checkbox’s color that is applied to the DataGridView cell. To specify this color, use the CellAppearance‘s CheckedCheckBoxColor inherited property. |
| FontAttributes | Gets the font attribute value that is applied to the DataGridView cell. To specify this value, use the FontAttributes inherited property. |
| FontColor | Gets the font color that is applied to the DataGridView cell. To specify this color, use the CellAppearance‘s FontColor inherited property. |
| FontFamily | Gets the font family value that is applied to the DataGridView cell. To specify this value, use the CellAppearance‘s FontFamily inherited property. |
| FontSize | Gets the font size value that is applied to the DataGridView cell. To specify this value, use the CellAppearance‘s FontSize inherited property. |
| HeaderBackgroundColor |
Gets the background color that is applied to the DataGridView‘s column header. To specify this color, use the ColumnHeaderAppearance‘s Background inherited property.
|
| HeaderBorderColor |
Gets the border color that is applied to the DataGridView‘s column header. To specify this color, use the ColumnHeaderAppearance‘s BorderColor inherited property.
|
| HeaderBottomBorderColor | Gets the bottom border’s color that is applied to the DataGridView‘s column header. To specify this color, use the ColumnHeaderAppearance‘s BottomBorderColor inherited property. |
| HeaderFontAttributes | Gets the font attribute value that is applied to the DataGridView‘s column header. To specify this value, use the FontAttributes inherited property. |
| HeaderFontColor | Gets the font color that is applied to the DataGridView‘s column header. To specify this color, use the ColumnHeaderAppearance‘s FontColor inherited property. |
| HeaderFontFamily | Gets the font family value that is applied to the DataGridView‘s column header. To specify this value, use the ColumnHeaderAppearance‘s FontFamily inherited property. |
| HeaderFontSize | Gets the font size value that is applied to the DataGridView‘s column header. To specify this value, use the ColumnHeaderAppearance‘s FontSize inherited property. |
| HeaderHorizontalLineThickness | Gets the horizontal line’s thickness value that is applied to the DataGridView‘s column header. To specify this value, use the ColumnHeaderAppearance‘s HorizontalLineThickness inherited property. |
| HeaderPadding | Gets the header’s padding value that is applied to the DataGridView‘s column header. To specify this value, use the ColumnHeaderAppearance‘s Padding inherited property. |
| HeaderTextDecorations | Gets the text decoration value that is applied to the DataGridView‘s column headers. To specify this value, use the TextDecorations inherited property. |
| HorizontalLineThickness | Gets the horizontal line thickness value that is applied to the DataGridView cell. To specify this value, use the CellAppearance‘s HorizontalLineThickness inherited property. |
| ImagePadding | Gets the image padding value that is applied to the DataGridView cell. To specify this value, use the CellAppearance‘s ImagePadding inherited property. |
| Padding | Gets the padding value that is applied to the DataGridView cell. To specify this value, use the CellAppearance‘s Padding inherited property. |
| SelectionColor | Gets the color that is applied to the DataGridView‘s selected cell. To specify this color, use the CellAppearance‘s SelectionColor inherited property. |
| SelectionFontColor | Gets the font color that is applied to the DataGridView‘s selected cell. To specify this color, use the CellAppearance‘s SelectionFontColor inherited property. |
| TextDecorations | Gets the text decoration value that is applied to the DataGridView‘s selected cell. To specify this value, use the CellAppearance‘s TextDecorations inherited property. |
See Also