Skip to main content
Tab

IndexPanel.Separator Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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