Back to Devexpress

TileNavElement.GroupName Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavelement-2c7fb0b5.md

latest2.7 KB
Original Source

TileNavElement.GroupName Property

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Properties")]
public virtual string GroupName { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Properties")>
Public Overridable Property GroupName As String

Property Value

TypeDefaultDescription
Stringnull

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.

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

See Also

AppearanceGroupText

OptionsPrimaryDropDown

OptionsSecondaryDropDown

OptionsDropDown

TileNavElement Class

TileNavElement Members

DevExpress.XtraBars.Navigation Namespace