Skip to main content
All docs
V25.1
  • Tab

    GridColumnNumericRangeSpinEditSettings.DisplayFormatString Property

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

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.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