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.v18.2.dll

Declaration

public string[] Categories { get; set; }

Property Value

Type Description
String[]

A string array of category names.

See Also