Class
DataGridRowInfo

Represents a class that provides information for each row in RadDataGrid.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DataGridRowInfo

Inheritance: objectDataGridRowInfo

Constructors

DataGridRowInfo()

Declaration

cs-api-definition
public DataGridRowInfo()

Properties

IsAlternate

Gets a value that specifies whether the row is an alternate one.

Declaration

cs-api-definition
public bool IsAlternate { get; }

Property Value

bool

IsRowDetails

Gets a value that specifies whether the row is RowDetail.

Declaration

cs-api-definition
public bool IsRowDetails { get; }

Property Value

bool

Item

Gets the business object associated with the row.

Declaration

cs-api-definition
public object Item { get; }

Property Value

object