windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpanedropdownoptions.md
Provides access to the appearance settings applied to group names in the current drop-down tile bar.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Appearance")]
public AppearanceObject AppearanceGroupText { get; }
<DXCategory("Appearance")>
Public ReadOnly Property AppearanceGroupText As AppearanceObject
| Type | Description |
|---|---|
| AppearanceObject |
The AppearanceObject object that contains the appearance settings applied to group names in the current drop-down tile bar.
|
You can access this nested property as listed below:
| Object Type | Path to AppearanceGroupText |
|---|---|
| TileNavElement |
.OptionsDropDown .AppearanceGroupText
| | TileNavPane |
.OptionsPrimaryDropDown .AppearanceGroupText
|
TileNavElement objects displayed in drop-down tile bars can be combined into groups. Use the TileNavElement.GroupName property to specify the name of a group to which the element belongs.
The AppearanceGroupText property allows you to specify the appearance settings of the group names displayed in the current drop-down tile bar.
See Also
TileNavPaneDropDownOptions Class