FilterNumericRangeItem.EditorDisplayFormat Property
In This Article
Gets or sets the pattern used to format the FilterNumericRangeItem‘s value. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public string EditorDisplayFormat { get; set; }
#Property Value
Type | Description |
---|---|
String | The pattern used to format the Filter |
See Also