AutoSuggestEditSettings.ItemContainerStyleSelector Property
Gets or sets an object that chooses a style applied to suggestion item containers. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
StyleSelector | A StyleSelector descendant that applies a style based on custom logic. |
See Also