EnumItemsSourceBehavior.NameConverter Property
In This Article
Gets or sets a converter used to provide the item’s display value. This is a dependency property.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public IValueConverter NameConverter { get; set; }
#Property Value
Type | Description |
---|---|
IValue |
An object that implements the System. |
See Also