ASPxCardViewColumnDataEventArgs(CardViewColumn, Int32, Object, Boolean) Constructor
Initializes a new instance of the ASPxCardViewColumnDataEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public ASPxCardViewColumnDataEventArgs(
CardViewColumn column,
int listSourceRow,
object value,
bool isGetAction
)
Parameters
Name | Type | Description |
---|---|---|
column | CardViewColumn | A CardViewColumn object that represents the unbound column. This value is assigned to the ASPxCardViewColumnDataEventArgs.Column property. |
listSourceRow | Int32 | An integer value that specifies the row’s index in the data source. This value is assigned to the ASPxGridColumnDataEventArgs.ListSourceRowIndex property. |
value | Object | An object that represents the currently processed cell’s value. This value is assigned to the ASPxGridColumnDataEventArgs.Value property. |
isGetAction | Boolean |
|
See Also