Skip to main content
All docs
V25.1
  • IRangeControlClient.DrawSelection(RangeControlPaintEventArgs) Method

    When implemented by a class, this method custom draws the selected region.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    void DrawSelection(
        RangeControlPaintEventArgs e
    )

    Parameters

    Name Type Description
    e DevExpress.XtraEditors.RangeControlPaintEventArgs

    Provides data to custom paint the selected region.

    Remarks

    See IRangeControlClient.CalculateSelectionBounds for more information.

    See Also