Skip to main content

RangeControlClientBase.MaxItemWidth Property

Gets or sets the maximum 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 MaxItemWidth { get; set; }

Property Value

Type Description
Double

An double value that is the maximum item width in pixels. By default, 100.

See Also