Skip to main content
All docs
V25.2
  • IRibbonComboBox<TData, TValue>.EditText Property

    Specifies the text displayed in the edit box of the Ribbon’s combo box.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

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

    Property Value

    Type Default Description
    String null

    The combo box text.

    Remarks

    Refer to the EditText property description for more information and examples.

    See Also