ASPxGridColumnDataEventArgs.IsGetData Property
Gets whether you should provide data for the currently processed cell.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Find control-specific information (for ASPxGridView, ASPxCardView or ASPxVerticalGrid) in the sections below.
ASPxGridView
If the IsGetData property returns true
, the ASPxGridView.CustomUnboundColumnData event handler should provide data for the cell currently being processed. You need to obtain the data for this cell from a custom data source and assign it to the ASPxGridColumnDataEventArgs.Value property.
Related Links
ASPxCardView
If the IsGetData property returns true
, the ASPxCardView.CustomUnboundColumnData event handler should provide data for the cell currently being processed. You need to obtain the data for this cell from a custom data source and assign it to the ASPxGridColumnDataEventArgs.Value property.
Related Links
ASPxVerticalGrid
If the IsGetData property returns true
, the ASPxVerticalGrid.CustomUnboundRowData event handler should provide data for the cell currently being processed. You need to obtain the data for this cell from a custom data source and assign it to the ASPxGridColumnDataEventArgs.Value property.