Skip to main content
A newer version of this page is available. .

GridColumnActualAppearance Members

An appearance object.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also