Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string MultiTextSeparator { get; set; }

Property Value

Type Description
String

A string representing a separator.

See Also