ColumnDataEventArgsBase.IsSetData Property
In This Article
Gets whether a cell's value should be saved to a data source.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if a cell's value should be saved to a data source; otherwise, false. |
#Remarks
To learn more, see GridControl.CustomUnboundColumnData.
See Also