Back to Devexpress

TileControl.Handler Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-1fc6e95a.md

latest1.3 KB
Original Source

TileControl.Handler Property

Gets the object that controls drag-and-drop and mouse operations on the TileControl.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public TileControlHandler Handler { get; }
vb
<Browsable(False)>
Public ReadOnly Property Handler As TileControlHandler

Property Value

TypeDescription
DevExpress.XtraEditors.TileControlHandler

A TileControlHandler object that controls drag-and-drop and mouse operations on the TileControl.

|

Remarks

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

See Also

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace