Skip to main content
All docs
V26.1
  • TileCustomDrawEventArgs.DefaultSelectionBounds Property

    Gets the default bounds of the selection rectangle.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public Rectangle DefaultSelectionBounds { get; }

    Property Value

    Type Description
    Rectangle

    The default bounds of the selection rectangle.

    See Also