TileControl.Handler Property
Gets the object that controls drag-and-drop and mouse operations on the TileControl.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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