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