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

    Specifies the data source field that contains values for combo box items.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

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

    Property Value

    Type Default Description
    String null

    The data source field’s name.

    Remarks

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

    See Also