TdxNavBarNavigationPaneViewOptions.ShowActiveGroupCaptionWhenCollapsed Property
Specifies whether the collapsed Navigation Pane displays the currently active group‘s caption.
Declaration
property ShowActiveGroupCaptionWhenCollapsed: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
By default, the sdxNavigationPaneCollapseBar resource string specifies the caption of the collapsed Navigation Pane. Set the ShowActiveGroupCaptionWhenCollapsed property to True, to specify that the collapsed Navigation Pane’s caption displays the caption of the currently active group.
The table below shows examples of using the ShowActiveGroupCaptionWhenCollapsed property.
Value | Example |
---|---|
True | |
False |
The ShowActiveGroupCaptionWhenCollapsed property’s default value is False.
See Also