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

DataGridItemAppearanceBase Properties

A base class that contains a Data Grid item’s apperance properties.
Name Description
BackgroundColor
BorderColor Gets or sets the border color of the DataGridView‘s items. This is a bindable property.
FontAttributes Gets or sets the font attributes of the DataGridView‘s items. This is a bindable property.
FontColor Gets or sets the font color of the DataGridView‘s items. This is a bindable property.
FontFamily Gets or sets the font family of the DataGridView‘s items. This is a bindable property.
FontSize Gets or sets the font size of the DataGridView‘s items. This is a bindable property.
TextDecorations Gets or sets the text decorations of the DataGridView‘s items. This is a bindable property.
See Also