IBarComboBox.GetValue Property
Returns the combo box editor’s value.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.1.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