Back to Devexpress

TileGroup.Tag Property

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

latest1.2 KB
Original Source

TileGroup.Tag Property

Gets or sets the data associated with a TileGroup object.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Data")]
public object Tag { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Data")>
Public Property Tag As Object

Property Value

TypeDefaultDescription
Objectnull

An Object containing the information associated with a TileGroup object.

|

See Also

TileGroup Class

TileGroup Members

DevExpress.XtraEditors Namespace