Skip to main content
All docs
V23.2
Tab

GridColumnNumericRangeSpinEditSettings.DisplayFormatString Property

Specifies the pattern that formats the editor value for display purposes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("g")]
public string DisplayFormatString { get; set; }

Property Value

Type Default Description
String "g"

The format pattern.

Property Paths

You can access this nested property as listed below:

Object Type Path to DisplayFormatString
GridDataColumnHeaderFilterSettings
.NumericRangeSpinEditSettings .DisplayFormatString
See Also