RepositoryItemLookUpEdit.SeparatorChar Property
Gets or sets the character that separates selected items in the edit box.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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