Click or drag to resize
GridCalculatedColumn Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsGridColumn
    Kettic.AspNet.ControlsGridCalculatedColumn

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class GridCalculatedColumn : GridColumn

The GridCalculatedColumn type exposes the following members.

Constructors
  NameDescription
Public methodGridCalculatedColumn
Top
Methods
Properties
  NameDescription
Public propertyAggregate
Public propertyAllowFiltering
Gets or sets whether the column data can be filtered. The default value is true.
Public propertyAllowSorting
Gets or sets a whether the column data can be sorted.
Public propertyDataFields
Gets or sets a string, representing a comma-separated enumeration of DataFields from the data source, which will form the expression.
Public propertyDataFormatString
Public propertyExpression
Public propertyFooterAggregateFormatString
Top
See Also