Skip to main content

RangeControlClientBase.MinItemWidth Property

Gets or sets the minimum item width that can be set when resizing or zooming the RangeControl viewport. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double MinItemWidth { get; set; }

Property Value

Type Description
Double

An double value that is the minimum item width in pixels. By default, 26.

See Also