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

    Gets the default bounds of the selection rectangle.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.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