Skip to main content
All docs
V26.1
  • TreeViewGetIsEditorActivationActionEventArgs.RowHandle Property

    Gets the handle of the row that contains the active editor cell.

    Namespace: DevExpress.Xpf.Grid.TreeList

    Assembly: DevExpress.Xpf.Grid.v26.1.dll

    Declaration

    public int RowHandle { get; }

    Property Value

    Type Description
    Int32

    The handle of the row that contains the active editor cell.

    See Also