Skip to main content
A newer version of this page is available. .

RangeControlClientBase.FlagFormatString Property

Gets or sets the format string used to format flag values.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
public string FlagFormatString { get; set; }

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