Skip to main content

IBarComboBox.GetValue Property

Returns the combo box editor’s value.

Namespace: DevExpress.Blazor.Office

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

Func<object> GetValue { get; set; }

Property Value

Type Description
Func<Object>

A delegate method that returns the editor’s value.

Remarks

Refer to the IBarComboBox interface description for more information and an example.

See Also