Skip to main content
A newer version of this page is available. .

TileItem.Site Property

Gets or sets the site associated with the current TileItem.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
public override ISite Site { get; set; }

Property Value

Type Description
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