RangeControl.ContentPadding Property
Gets or sets padding for the RangeControl‘s contents.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Padding | The RangeControl‘s padding. |
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