ASPxCardViewEditingSettings.NewCardPosition Property
Gets or sets the position of the new card within the ASPxCardView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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. |
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 NewCardPosition |
---|---|
ASPxCardView |
|
Remarks
For information on adding new records, see Adding and Deleting Cards.
See Also