IRangeControlClient.DrawContent(RangeControlPaintEventArgs) Method
Renders the Range Control’s viewport.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
e | DevExpress.XtraEditors.RangeControlPaintEventArgs | A RangeControlPaintEventArgs value that contains data to paint the viewport. |
Remarks
The DrawContent method should draw data that falls into the Range Control’s visible range.
See Also