[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.AggregateDefinition

AggregateDefinition Class

Defines content of the footer cell.

Inheritance
AggregateDefinition
Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
[TypeConverter(typeof(DisablePropConverter))]
public class AggregateDefinition

Constructors

Name Description
AggregateDefinition()

Properties

Name Description
Aggregate

Gets or sets an aggregate for the cell.

AggregateFlags

Gets or sets the aggregate flags for the cell.

Caption

Gets or sets a caption for the cell. This caption can be used with {0} mask, where {0} is Aggregate or Expression.

Column

Gets or sets the index of column should be used. It is used if PropertyName is not filled.

Expression

Gets or sets en expression for the cell. It is used if the Aggregate property is not set (equals None).

PropertyName

Gets or sets the name of column should be used. It is used if Column property is not filled (equals -1).