Skip to main content
All docs
V25.1
  • IComboBox<TData, TValue>.DisplayFormat Property

    Specifies the pattern used to format the ComboBox’s display value when the editor is not focused.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(null)]
    string DisplayFormat { get; set; }

    Property Value

    Type Default Description
    String null

    The format pattern.

    Remarks

    Refer to the DisplayFormat property description for more information and an example.

    See Also