RepositoryItem.NormalizeDisplayText Property
Set the NormalizeDisplayText property to true to correctly process diacritics when selecting rows from a dropdown window in the LookUpEdit control.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static bool NormalizeDisplayText { get; set; }
Property Value
Type |
---|
Boolean |
See Also