Back to Devexpress

DxRangeSelectorScaleMinorTick.Visible Property

blazor-devexpress-dot-blazor-dot-dxrangeselectorscaleminortick.md

latest1.0 KB
Original Source

DxRangeSelectorScaleMinorTick.Visible Property

Specifies whether minor scale ticks are visible.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(true)]
[Parameter]
public bool Visible { get; set; }

Property Value

TypeDefaultDescription
Booleantrue

true to display minor scale ticks; otherwise, false.

|

Remarks

Refer to the DxRangeSelectorScaleMinorTick class description for additional information and an example.

See Also

DxRangeSelectorScaleMinorTick Class

DxRangeSelectorScaleMinorTick Members

DevExpress.Blazor Namespace