ASPxCardViewEditingSettings.NewCardPosition Property
In This Article
Gets or sets the position of the new card within the ASPxCardView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(GridViewNewItemRowPosition.Top)]
public GridViewNewItemRowPosition NewCardPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
Top | A Grid |
Available values:
Name | Description |
---|---|
Top | The new item row is displayed above data rows. |
Bottom | The new item row is displayed below data rows. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to New |
---|---|
ASPx |
|
#Remarks
For information on adding new records, see Adding and Deleting Cards.
See Also