Back to Devexpress

RangeControl.ContentPadding Property

windowsforms-devexpress-dot-xtraeditors-dot-rangecontrol-8a149d50.md

latest1.6 KB
Original Source

RangeControl.ContentPadding Property

Gets or sets padding for the RangeControl‘s contents.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public Padding ContentPadding { get; set; }
vb
<DXCategory("Appearance")>
Public Property ContentPadding As Padding

Property Value

TypeDescription
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

RangeControl Class

RangeControl Members

DevExpress.XtraEditors Namespace