Skip to main content

DataControlBase.ShowColumnHeaders Property

Gets or sets whether a grid displays column headers. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[XtraSerializableProperty]
public bool ShowColumnHeaders { get; set; }

Property Value

Type Description
Boolean

true to show column headers within a grid; otherwise, false.

See Also