Back to Devexpress

GridSummaryItem.HasValue Property

windowsforms-devexpress-dot-xtragrid-dot-gridsummaryitem-3a99537c.md

latest1.3 KB
Original Source

GridSummaryItem.HasValue Property

Returns whether the GridSummaryItem has a non- null value.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public bool HasValue { get; }
vb
<Browsable(False)>
Public ReadOnly Property HasValue As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

GridSummaryItem Class

GridSummaryItem Members

DevExpress.XtraGrid Namespace