DataGridViewActualAppearance Properties
An appearance object.| Name | Description |
|---|---|
| BackgroundColor |
Gets the background color that is applied to the DataGridView. To specify this color, use the DataGridView‘s inherited Background property.
|
| BorderColor | Gets the border color that is applied to the DataGridView. To specify this color, use the BorderColor property. |
| BorderThickness | Gets the border thickness value that is applied to the DataGridView. To specify this value, use the BorderThickness property. |
| FilterIconColor | Gets the filter icon color that is applied to the DataGridView cell. To specify this color, use the CellAppearance‘s FilterIconColor inherited property. |
| FixedColumnSeparatorThickness | Gets the width of the fixed column’s separator that is applied to the DataGridView. To specify this width, use the FixedColumnSeparatorThickness property. |
| GroupRowBackgroundColor |
Gets the background color that is applied to the DataGridView‘s group row. To specify this color, use the GroupRowAppearance Background inherited property.
|
| GroupRowBorderColor |
Gets the border color that is applied to the DataGridView‘s group row. To specify this color, use the GroupRowAppearance Border inherited property.
|
| GroupRowBottomBorderColor | Gets the bottom border’s color that is applied to the DataGridView‘s group row. To specify this color, use the BottomBorderColor inherited property. |
| GroupRowFontAttributes | Gets the font attribute value that is applied to the DataGridView‘s group row. To specify this value, use the FontAttributes inherited property. |
| GroupRowFontColor | Gets the font color that is applied to the DataGridView‘s group row. To specify this color, use the GroupRowAppearance‘s FontColor inherited property. |
| GroupRowFontFamily | Gets the font family value that is applied to the DataGridView‘s group row. To specify this value, use the GroupRowAppearance‘s FontFamily inherited property. |
| GroupRowFontSize | Gets the font size value that is applied to the DataGridView‘s group row. To specify this value, use the GroupRowAppearance‘s FontSize inherited property. |
| GroupRowHorizontalLineThickness | Gets the thickness of the horizontal line that is applied to the DataGridView‘s group row. To specify this thickness, use the HorizontalLineThickness inherited property. |
| GroupRowPadding | Gets the padding value that is applied to the DataGridView‘s group row. To specify this value, use the Padding inherited property. |
| GroupRowTextDecorations | Gets the text decoration value that is applied to the DataGridView‘s group rows. To specify this value, use the TextDecorations inherited property. |
| IndicatorColor | Gets the indicator color that is applied to the DataGridView. To specify this color, use the IndicatorColor inherited property. |
| RowDragPreviewShadowColor | Gets the color of the dragged row preview that is applied to the DataGridView. To specify this color, use the RowDragPreviewShadowColor property. |
| TotalSummaryBackgroundColor |
Gets the background color that is applied to the DataGridView‘s total summaries. To specify this color, use the TotalSummaryAppearance‘s Background inherited property.
|
| TotalSummaryBorderColor |
Gets the border color that is applied to the DataGridView‘s total summaries. To specify this color, use the TotalSummaryAppearance‘s Border inherited property.
|
| TotalSummaryBottomBorderColor | Gets the bottom border’s color that is applied to the DataGridView‘s total summaries. To specify this color, use the TotalSummaryAppearance‘s BottomBorderColor inherited property. |
| TotalSummaryFontAttributes | Gets the font attribute value that is applied to the DataGridView‘s total summaries. To specify this value, use the FontAttributes inherited property. |
| TotalSummaryFontColor | Gets the font color that is applied to the DataGridView‘s total summaries. To specify this color, use the TotalSummaryAppearance‘s FontColor inherited property. |
| TotalSummaryFontFamily | Gets the font family value that is applied to the DataGridView‘s total summaries. To specify this value, use the TotalSummaryAppearance‘s FontFamily inherited property. |
| TotalSummaryFontSize | Gets the font size value that is applied to the DataGridView‘s total summaries. To specify this value, use the TotalSummaryAppearance‘s FontSize inherited property. |
| TotalSummaryHorizontalLineThickness | Gets the horizontal line’s thickness that is applied to the DataGridView‘s total summaries. To specify this value, use the TotalSummaryAppearance‘s HorizontalLineThickness inherited property. |
| TotalSummaryPadding | Gets the padding value that is applied to the DataGridView‘s total summaries. To specify this value, use the TotalSummaryAppearance‘s Padding inherited property. |
| TotalSummaryTextDecorations | Gets the text decoration value that is applied to the DataGridView‘s total summaries. To specify this value, use the TextDecorations inherited property. |
| VerticalLineThickness | Gets the vertical line’s thickness that is applied to the DataGridView. To specify this value, use the VerticalLineThickness property. |
See Also