Skip to main content
All docs
V25.1
  • RangeControl.ContentPadding Property

    Gets or sets padding for the RangeControl‘s contents.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.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