Skip to main content
All docs
V26.1
  • TreeListNodeEditStartingEventArgs.CellEditors Property

    Gets an array of the CellEditorData objects that allow you to specify settings in the Edit Form.

    Namespace: DevExpress.Xpf.Grid.TreeList

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

    Declaration

    public CellEditorData[] CellEditors { get; }

    Property Value

    Type Description
    CellEditorData[]

    An array of the CellEditorData objects that allow you to specify settings in the Edit Form.

    See Also