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

ISupportNewItemRowPosition Interface

Declares members implemented by List Editors that support a new item row.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public interface ISupportNewItemRowPosition

Remarks

A new item row allows end-users to create a new object directly in a List View. Three built-in XAF List Editors implement the ISupportNewItemRowPosition interface. They are the ASPxGridListEditor, GridListEditor and CategorizedListEditor.

When implementing a custom List Editor, support this interface if the List Editor has a configurable new item row.

See Also