Skip to main content

ColumnDataEventArgsBase.IsGetData Property

Gets whether you should provide data for the currently processed cell.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public bool IsGetData { get; }

#Property Value

Type Description
Boolean

true to provide data for the currently processed cell; otherwise, false.

#Remarks

To learn more, see GridControl.CustomUnboundColumnData.

See Also