RangeControlClientBase.FlagFormatString Property
Gets or sets the format string used to format flag values.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | The format string used to format flag values. |
Remarks
If the RangeControl.SelectionType property is set to RangeControlSelectionType.Flag or RangeControlSelectionType.ThumbAndFlag, dedicated flags are used to indicate the minimum and maximum values of the selected range. The FlagFormatString property can be used to specify the format string for flag values.
See Also