ListBoxColumnCellDisplayTemplateContext.Value Property
Returns the column cell’s value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
Object | The cell value. |
See Also