Back to Devexpress

TileGroup.GroupInfo Property

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

latest1.2 KB
Original Source

TileGroup.GroupInfo Property

Returns detailed info about this TileGroup.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public TileGroupViewInfo GroupInfo { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property GroupInfo As TileGroupViewInfo

Property Value

TypeDescription
DevExpress.XtraEditors.TileGroupViewInfo

A TileGroupViewInfo object that contains detailed info about this TileGroup.

|

See Also

TileGroup Class

TileGroup Members

DevExpress.XtraEditors Namespace