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