Skip to main content
All docs
V23.2

RepositoryItemLookUpEdit.SeparatorChar Property

Gets or sets the character that separates selected items in the edit box.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(',')]
[DXCategory("Format")]
public char SeparatorChar { get; set; }

Property Value

Type Default Description
Char ','

A separator character.

Remarks

In multiple item selection mode, the LookUpEdit‘s edit box displays selected items separated by the SeparatorChar property value followed by the space character.

See Also