LookUpEditStyleSettings Class
Defines the native appearance and behavior of the LookUpEdit.
Namespace: DevExpress.Xpf.Grid.LookUp
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Remarks
Use the BaseEdit.StyleSettings property to customize the appearance and behavior of the LookUpEdit. The following options are available.
LookUpEdit
A simple dropdown grid. This style is used by default.
The BaseEdit.StyleSettings property should be set to the
LookUpEditStyleSettings
object.MultiSelectLookUpEdit
The dropdown grid allows an end-user to select multiple items.
The BaseEdit.StyleSettings property should be set to the MultiSelectLookUpEditStyleSettings object.
SearchLookUpEdit
The editor displays the dropdown grid with the Find feature. It is used to quickly locate records by the text they contain.
The BaseEdit.StyleSettings property should be set to the SearchLookUpEditStyleSettings object.
TokenLookUpEdit
The dropdown grid allows an end-user to select multiple items. Selected values are represented by tokens.
The BaseEdit.StyleSettings property should be set to the TokenLookUpEditStyleSettings object.
SearchTokenLookUpEdit
The editor displays the dropdown grid with the Find feature and allows an end-user to select multiple items. Selected values are represented by tokens.
The BaseEdit.StyleSettings property should be set to the SearchTokenLookUpEditStyleSettings object.