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

GridSummaryItem.HasValue Property

Returns whether the GridSummaryItem has a non-null value.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v20.1.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[Browsable(false)]
public bool HasValue { get; }

Property Value

Type Description
Boolean

true, if the GridSummaryItem has a non-null value; otherwise, false.

See Also