Skip to main content
A newer version of this page is available. .

BootstrapRangeSelectorScale.Categories Property

Specifies the order in which arguments (categories) are arranged on the scale.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public string[] Categories { get; set; }

Property Value

Type Description
String[]

A string array of category names.

See Also