Skip to main content

DataGridView.ActualAppearance Property

Gets the common appearance settings that are applied to the current DataGridView.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public DataGridViewActualAppearance ActualAppearance { get; }

Property Value

Type Description
DataGridViewActualAppearance

Appearance settings that are applied to the current DataGridView.

See Also