Skip to main content

TableViewCommands.ShowNewItemRow Property

Shows the New Item Row.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public ICommand ShowNewItemRow { get; }

#Property Value

Type Description
ICommand

A command that implements the ICommand.

#Remarks

To learn more about using commands, refer to MSDN.

See Also