Aggregate Property (ColumnBase)
In This Topic
Gets or sets the Aggregate to display in the group header rows for this column.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property Aggregate As Aggregate
'Usage
Dim instance As ColumnBase
Dim value As Aggregate
instance.Aggregate = value
value = instance.Aggregate
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public Aggregate Aggregate {get; set;}
public read-write property Aggregate: Aggregate;
System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
public function get,set Aggregate : Aggregate
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public: __property Aggregate get_Aggregate();
public: __property void set_Aggregate(
Aggregate value
);
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property Aggregate Aggregate {
Aggregate get();
void set ( Aggregate value);
}
See Also