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

ASPxCardViewEditingSettings.NewCardPosition Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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:

Library Object Type Path to NewCardPosition
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsEditing.NewCardPosition
CardViewSettings
.SettingsEditing.NewCardPosition
CardViewSettings<CardType>
.SettingsEditing.NewCardPosition
MVCxCardView
.SettingsEditing.NewCardPosition
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsEditing.NewCardPosition

Remarks

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

See Also