Skip to main content
All docs
V26.1
  • RepositoryItemLookUpEdit.SeparatorChar Property

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

    Namespace: DevExpress.XtraEditors.Repository

    Assembly: DevExpress.XtraEditors.v26.1.dll

    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