Skip to main content

IRangeControlClient.DrawSelection(RangeControlPaintEventArgs) Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v23.2.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