Skip to main content
All docs
V23.2

ListBoxColumnCellDisplayTemplateContext<TData>.Value Property

Returns the current cell value.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public object Value { get; }

Property Value

Type Description
Object

A cell value.

Remarks

Refer to the ColumnCellDisplayTemplate description for more information.

See Also