Skip to main content
All docs
V25.1
  • ListBoxColumnCellDisplayTemplateContext<TData>.DataItem Property

    Returns the current data item.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public TData DataItem { get; }

    Property Value

    Type Description
    TData

    The data item.

    Remarks

    Refer to the ColumnCellDisplayTemplate description for more information.

    See Also