Interface ICountAggregate
Provides a Count getter.
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public interface ICountAggregate
Properties
Count
Gets the count.
Declaration
int Count { get; }
Property Value
Type |
---|
System.Int32 |