ASPxGridColumnDataEventArgs.IsSetData Property
In This Article
Gets whether the cell’s value should be stored in a custom data source.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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