Back to Devexpress

TileItem.Control Property

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

latest1.3 KB
Original Source

TileItem.Control Property

Gets a tile control to which the current TileItem belongs.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ITileControl Control { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property Control As ITileControl

Property Value

TypeDescription
DevExpress.XtraEditors.ITileControl

An object implementing the ITileControl interface to which the tile item belongs.

|

Remarks

The Control provides access to the tile control that owns the current tile item.

See Also

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace