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

GridLookupProperties.MultiTextSeparator Property

Gets or sets a separator that is used within the editor’s input box to divide texts that correspond to multiple selected rows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public string MultiTextSeparator { get; set; }

Property Value

Type Description
String

A string representing a separator.

See Also