TdxNavBarCommonBehaviorOptions.ShowGroupsHint Property
In This Article
Specifies whether hints are shown for groups.
#Declaration
Delphi
property ShowGroupsHint: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to enable group hints.
To specify the hint text of a particular group, use the group’s Hint property.
The default value of the ShowGroupsHint property is False.
See Also