Back to Devexpress

ASPxGridColumnDataEventArgs.IsSetData Property

aspnet-devexpress-dot-web-dot-aspxgridcolumndataeventargs-cf4a21bf.md

latest1.5 KB
Original Source

ASPxGridColumnDataEventArgs.IsSetData Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public bool IsSetData { get; }
vb
Public ReadOnly Property IsSetData As Boolean

Property Value

TypeDescription
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

RowUpdating

CardUpdating

RecordUpdating

ASPxGridColumnDataEventArgs Class

ASPxGridColumnDataEventArgs Members

DevExpress.Web Namespace