Skip to main content

ColumnDataEventArgsBase.IsSetData Property

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

public bool IsSetData { get; }

#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