GroupCaptionSummaryAggregate Class

Custom SummaryAggregate class to get the values ​​to display as the captions of the groups in the CaptionSummaryRow of the SfDataGrid control.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class GroupCaptionSummaryAggregate : ISummaryAggregate
Inheritance
Object    GroupCaptionSummaryAggregate
Implements
ISummaryAggregate

Constructors

GroupCaptionSummaryAggregateInitializes a new instance of the GroupCaptionSummaryAggregate class

Properties

Value Value representing the group title.

Methods

CalculateAggregateFunc Obtains the value for the indicated property from a data set

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also