Back to Devexpress

CardViewBatchEditSettings Class

aspnet-devexpress-dot-web-a3cd2ff4.md

latest1.9 KB
Original Source

CardViewBatchEditSettings Class

Contains Batch Edit Mode specific settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewBatchEditSettings :
    GridBatchEditSettings
vb
Public Class CardViewBatchEditSettings
    Inherits GridBatchEditSettings

The following members return CardViewBatchEditSettings objects:

Remarks

An object of the CardViewBatchEditSettings type can be accessed by using the ASPxCardViewEditingSettings.BatchEditSettings property.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase GridBatchEditSettings CardViewBatchEditSettings

See Also

CardViewBatchEditSettings Members

Card View

Batch Edit Mode

Online Demo: Batch Editing

DevExpress.Web Namespace