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

IndexPanel.Separator Property

Gets or sets a string that separates items within the index panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(" ")]
public string Separator { get; set; }

Property Value

Type Default Description
String " "

A string value that separates items within the index panel.

See Also