TdxNavBarNavigationPaneViewOptions.ShowHeader Property
In This Article
Specifies whether the header section is displayed.
#Declaration
Delphi
property ShowHeader: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to False, to hide the header section.
The default value of the ShowHeader property is True.
See Also