Skip to main content
A newer version of this page is available. .

TreeListView.NewItemRowData Property

Gets an object that is the New Item Row‘s data. This property is reserved for future use.

Namespace: DevExpress.Xpf.Grid

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

Declaration

[Browsable(false)]
public RowData NewItemRowData { get; }

Property Value

Type Description
RowData

A RowData object that is the row’s data.

See Also