ASPxGridColumnDataEventArgs.IsSetData Property
Gets whether the cell’s value should be stored in a custom data source.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The IsSetData property is not in effect for the ASPxGridView.CustomUnboundColumnData event.
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
See Also