Skip to main content

LookUpEditSettingsBase.SeparatorString Property

Gets or sets the string separating checked items in the edit value. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public string SeparatorString { get; set; }

Property Value

Type Description
String

A String value that separates checked items in the edit value.

Remarks

comboBox_SeparatorString

See Also