Skip to main content
A newer version of this page is available. .

MasterRowEmptyEventArgs.IsEmpty Property

Gets or sets a value specifying whether a detail contains data.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public bool IsEmpty { get; set; }

Property Value

Type Description
Boolean

true, if the detail initially has no data; otherwise, false.

Remarks

Initially, the IsEmpty property value indicates that data is actually present within the detail. If the detail contains data, the IsEmpty property’s initial value is false. Otherwise, the property initially returns true.

Set the IsEmpty property to true to indicate that the processed detail has no data.

The following code snippets (auto-collected from DevExpress Examples) contain references to the IsEmpty property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also