IRangeControlClient.DrawSelection(RangeControlPaintEventArgs) Method
When implemented by a class, this method custom draws the selected region.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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