Skip to main content
Tab

ASPxCardViewEditingSettings.NewCardPosition Property

Gets or sets the position of the new card within the ASPxCardView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(GridViewNewItemRowPosition.Top)]
public GridViewNewItemRowPosition NewCardPosition { get; set; }

Property Value

Type Default Description
GridViewNewItemRowPosition Top

A GridViewNewItemRowPosition enumeration value that specifies the position of the new item card within the ASPxCardView.

Available values:

Name Description
Top

The new item row is displayed above data rows.

NewItemRowTop

Bottom

The new item row is displayed below data rows.

NewItemRowBottom

Property Paths

You can access this nested property as listed below:

Object Type Path to NewCardPosition
ASPxCardView
.SettingsEditing .NewCardPosition

Remarks

For information on adding new records, see Adding and Deleting Cards.

See Also