Skip to main content

TableView.NewItemRowPosition Property

Gets or set the New Item Row's position within a View.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
public NewItemRowPosition NewItemRowPosition { get; set; }

#Property Value

Type Description
NewItemRowPosition

A NewItemRowPosition enumeration value that specifies the New Item Row's position within a View.

See Also