Class SelectedRowInfo
Represents a class that contains the information about the particular row.
Inheritance
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Interactivity
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SelectedRowInfo
Constructors
SelectedRowInfo()
Declaration
public SelectedRowInfo()
Properties
GridUnboundRowInfo
Gets or sets an UnboundRow information when Unbound rows are selected.
Declaration
public GridUnboundRow GridUnboundRowInfo { get; set; }
Property Value
Type | Description |
---|---|
GridUnboundRow | The corresponding |
IsAddNewRow
Gets or sets a value indicating whether the selected row is AddNewRow.
Declaration
public bool IsAddNewRow { get; set; }
Property Value
Type |
---|
System.Boolean |
IsCaptionRow
Gets or sets a value indicating whether the selected row is CaptionRow.
Declaration
public bool IsCaptionRow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the corresponding row is CaptionRow; otherwise, false. |
IsFilterRow
Gets or sets a value indicating whether the selected row is FilterRow.
Declaration
public bool IsFilterRow { get; set; }
Property Value
Type |
---|
System.Boolean |
IsGroupSummaryRow
Gets or sets a value indicating whether the selected row is GroupSummaryRow.
Declaration
public bool IsGroupSummaryRow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the corresponding row is GroupSummaryRow; otherwise, false. |
IsUnboundRow
Gets a value indicating whether the selected row is UnboundRow.
Declaration
public bool IsUnboundRow { get; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the row is UnboundRow; otherwise, false. |
NodeEntry
Gets or sets a value indicating whether NodeEntry information of the group rows.
Declaration
public NodeEntry NodeEntry { get; set; }
Property Value
Type | Description |
---|---|
NodeEntry | Returns the corresponding NodeEntry information. |