Back to Devexpress

TileItem.Site Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-b3dc6b04.md

latest1.3 KB
Original Source

TileItem.Site Property

Gets or sets the site associated with the current TileItem.

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 TileItem.

|

Remarks

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

See Also

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace