Back to Devexpress

TileGroup.Name Property

windowsforms-devexpress-dot-xtraeditors-dot-tilegroup-acaeb1ce.md

latest1.8 KB
Original Source

TileGroup.Name Property

Gets or sets the current TileGroup‘s name.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty]
public virtual string Name { get; set; }
vb
<Browsable(False)>
<XtraSerializableProperty>
Public Overridable Property Name As String

Property Value

TypeDescription
String

A String value that specifies the current TileGroup‘s name.

|

Remarks

See the Tile Groups and Items topic to learn more.

See Also

Text

GetTileGroupByName(String)

GetTileGroupByText(String)

Tile Groups and Items

TileGroup Class

TileGroup Members

DevExpress.XtraEditors Namespace