ASPxCardViewEditorEventArgs(CardViewColumn, Int32, ASPxEditBase, Object, Object) Constructor
Initializes a new instance of the ASPxCardViewEditorEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public ASPxCardViewEditorEventArgs(
CardViewColumn column,
int visibleIndex,
ASPxEditBase editor,
object keyValue,
object value
)
Parameters
Name | Type | Description |
---|---|---|
column | CardViewColumn | A CardViewColumn descendant that represents the data column whose cell editor is being initialized. This value is assigned to the ASPxCardViewEditorEventArgs.Column property. |
visibleIndex | Int32 | An integer value that identifies the data card whose values are being edited. This value is assigned to the ASPxCardViewEditorEventArgs.VisibleIndex property. |
editor | ASPxEditBase | An ASPxEditBase descendant that represents the processed cell editor. This value is assigned to the ASPxGridEditorEventArgs.Editor property. |
keyValue | Object | An object that uniquely identifies the card. This value is assigned to the ASPxCardViewEditorEventArgs.KeyValue property. |
value | Object | An object that represents the editor’s value. This value is assigned to the ASPxGridEditorEventArgs.Value property. |