Back to Devexpress

RepositoryItemLookUpEdit.SeparatorChar Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemlookupedit-9b27aaa4.md

latest1.6 KB
Original Source

RepositoryItemLookUpEdit.SeparatorChar Property

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(',')]
[DXCategory("Format")]
public char SeparatorChar { get; set; }
vb
<DefaultValue(","c)>
<DXCategory("Format")>
Public Property SeparatorChar As Char

Property Value

TypeDefaultDescription
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

RepositoryItemLookUpEdit Class

RepositoryItemLookUpEdit Members

DevExpress.XtraEditors.Repository Namespace