Skip to main content
All docs
V24.1

UnboundColumnDataEventArgs.IsGetData Property

Gets whether the column/row needs to be populated with cell values.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public bool IsGetData { get; }

Property Value

Type Description
Boolean

true if the cell is about to be populated; otherwise, false.

Remarks

Read the following help topic for additional information: Tutorial - Unbound Columns.

See Also