Back to Devexpress

ISupportNewItemRowPosition Interface

expressappframework-devexpress-dot-expressapp-d1249d4d.md

latest1.5 KB
Original Source

ISupportNewItemRowPosition Interface

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

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface ISupportNewItemRowPosition
vb
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 GridListEditor and CategorizedListEditor.

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

See Also

ISupportNewItemRowPosition Members

DevExpress.ExpressApp Namespace