Skip to main content
All docs
V24.1

TileCustomDrawEventArgs.DefaultSelectionBounds Property

Gets the default bounds of the selection rectangle.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Rectangle DefaultSelectionBounds { get; }

Property Value

Type Description
Rectangle

The default bounds of the selection rectangle.

See Also