Skip to main content

TileItem.Site Property

Gets or sets the site associated with the current TileItem.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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