DXCollectionView.ShowHeader Property
Gets or sets whether to show the DXCollectionView header. This is a bindable property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public bool ShowHeader { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also