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

TileNavElement.GroupName Property

Gets or sets the name of the tile group to which the TileNavElement belongs.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(null)]
[DXCategory("Properties")]
public virtual string GroupName { get; set; }

#Property Value

Type Default Description
String null

A String value specifying the name of the tile group to which the TileNavElement belongs.

#Remarks

TileNavElements can be combined into groups. You can specify the name of the group to which the current TileNavElement belongs with the GroupName property.

The following picture shows an example of grouped TileNavElements. The group names Managers and Sellers are displayed above the first TileNavElement of the corresponding group.

TileNavPane_GroupName

To specify the appearance settings used to paint group names, use the TileNavPaneDropDownOptions.AppearanceGroupText property.

See Also