RangeControl.ContentPadding Property
In This Article
Gets or sets padding for the RangeControl‘s contents.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Padding | The Range |
#Remarks
The image below demonstrates how the ContentPadding property can adjust the amount of space between the range control’s inner borders and contents. In the image, the range control reflects data from its Client, the DevExpress.XtraScheduler control.
See Also