Back to Devexpress

DxRibbonComboBoxItem<TData, TValue>.ValueFieldName Property

blazor-devexpress-dot-blazor-dot-dxribboncomboboxitem-2-f72909d4.md

latest1.2 KB
Original Source

DxRibbonComboBoxItem<TData, TValue>.ValueFieldName Property

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

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
Stringnull

The data source field’s name.

|

Remarks

Use the ValueFieldName property when you bind the ribbon combo box item to a data source that stores custom objects (IEnumerable<CustomType>). This property specifies the name of the data source field that stores values for combo box items.

Implements

DevExpress.Blazor.Ribbon.IRibbonComboBox<TData, TValue>.ValueFieldName

See Also

DxRibbonComboBoxItem<TData, TValue> Class

DxRibbonComboBoxItem<TData, TValue> Members

DevExpress.Blazor Namespace