Skip to main content
A newer version of this page is available. .
Tab

ASPxGridColumnDataEventArgs.IsSetData Property

Gets whether the cell’s value should be stored in a custom data source.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public bool IsSetData { get; }

Property Value

Type Description
Boolean

true, if the current cell’s value needs to be saved in a custom data source; otherwise, false.

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