Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RangeControl.ContentPadding Property

Gets or sets padding for the RangeControl‘s contents.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Appearance")]
public Padding ContentPadding { get; set; }

#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.

RangeControlContentsPadding

See Also