Skip to main content

GridSummaryItem.HasValue Property

Returns whether the GridSummaryItem has a non-null value.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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