GridTemplateColumnAggregate Property |
Gets or sets the field name from the specified data source to bind to the
GridTemplateColumn.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual GridAggregateFunction Aggregate { get; set; }
Public Overridable Property Aggregate As GridAggregateFunction
Get
Set
public:
virtual property GridAggregateFunction Aggregate {
GridAggregateFunction get ();
void set (GridAggregateFunction value);
}
abstract Aggregate : GridAggregateFunction with get, set
override Aggregate : GridAggregateFunction with get, set
Property Value
Type:
GridAggregateFunctionSee Also