menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectedRowInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectedRowInfo

    Represents a class that contains the information about the particular row.

    Inheritance
    System.Object
    SelectedRowInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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 information , if the selection fount at unbound rows ; otherwise , the unbound row info is null .

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved