New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DataGridRowInfo

Inheritance: objectDataGridRowInfo

Constructors

C#
public DataGridRowInfo()

Properties

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

C#
public bool IsAlternate { get; }

Gets a value that specifies whether the row is RowDetail.

C#
public bool IsRowDetails { get; }

Gets the business object associated with the row.

C#
public object Item { get; }