Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ISupportNewItemRowPosition Interface

In This Article

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#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