Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileNavPaneDropDownOptions.AppearanceGroupText Property

Provides access to the appearance settings applied to group names in the current drop-down tile bar.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Appearance")]
public AppearanceObject AppearanceGroupText { get; }

#Property Value

Type Description
AppearanceObject

The AppearanceObject object that contains the appearance settings applied to group names in the current drop-down tile bar.

#Property Paths

You can access this nested property as listed below:

Object Type Path to AppearanceGroupText
TileNavElement
.OptionsDropDown .AppearanceGroupText
TileNavPane
.OptionsPrimaryDropDown .AppearanceGroupText

#Remarks

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