ExportBrickDefaultAppearances.ColumnHeader Property
In This Article
Gets the exported column header brick’s default appearance.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public static ExportBrickAppearance ColumnHeader { get; }
#Property Value
Type | Description |
---|---|
Export |
The default appearance. |
See Also