New to Telerik UI for BlazorStart a free 30-day trial

The class that describes the selected cell.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class SelectedCellDescriptor

Inheritance: objectSelectedCellDescriptor

Derived Classes: GridSelectedCellDescriptorTreeListSelectedCellDescriptor

Properties

Defines the column field of the selected cell.

C#
public string ColumnField { get; set; }

Defines the column id of the selected cell.

C#
public string ColumnId { get; set; }

Defines the data item associated with the selected cell.

C#
public object DataItem { get; set; }
In this article
DefinitionPropertiesColumnFieldColumnIdDataItem
Not finding the help you need?
Contact Support