Back to Devexpress

TileGroup.Site Property

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

latest1.3 KB
Original Source

TileGroup.Site Property

Gets or sets the site associated with the current TileGroup.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override ISite Site { get; set; }
vb
<Browsable(False)>
Public Overrides Property Site As ISite

Property Value

TypeDescription
ISite

A System.ComponentModel.ISite object associated with the current TileGroup.

|

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

TileGroup Class

TileGroup Members

DevExpress.XtraEditors Namespace