DataGridRowInfo
Class
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; }