Skip to main content
All docs
V24.2

DxRangeSelectorIndent.Left Property

Specifies the indent between the component container’s left edge and the scale.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public int? Left { get; set; }

Property Value

Type Description
Nullable<Int32>

The horizontal indent in pixels.

Remarks

Refer to the DxRangeSelectorIndent class description for more information and an example.

See Also