Skip to main content

TileControl.Handler Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public TileControlHandler Handler { get; }

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