Skip to main content
All docs
V26.1
  • IDropDownListEditorBase<TData, TValue>.EditFormat Property

    Specifies the pattern used to format the editor’s value.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

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

    Property Value

    Type Default Description
    String null

    The format pattern.

    Remarks

    Refer to the EditFormat property description for additional information and an example.

    See Also