Skip to main content
All docs
V26.1
  • TreeViewGetActiveEditorNeedsKeyEventArgs.Column Property

    Gets the column that contains the active editor cell.

    Namespace: DevExpress.Xpf.Grid.TreeList

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

    Declaration

    public TreeListColumn Column { get; }

    Property Value

    Type Description
    TreeListColumn

    The column that contains the active editor cell.

    See Also