ClassGridViewCalculatorColumn
Column which uses browse editor.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewCalculatorColumn : GridViewDataColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IContextMenuProvider, IDataConversionInfoProvider, IGridViewEventListener, ITypeDescriptorContext, IServiceProvider
Inheritance: objectDisposableObjectRadObjectGridViewColumnGridViewDataColumnGridViewCalculatorColumn
Implements:
Inherited Members
Constructors
GridViewCalculatorColumn()
Initializes a new instance of the GridViewCalculatorColumn.
Declaration
public GridViewCalculatorColumn()
GridViewCalculatorColumn(string)
Initializes a new instance of the GridViewCalculatorColumn.
Declaration
public GridViewCalculatorColumn(string fieldName)
Parameters
fieldName
A string value referring to the unique name of the column.
GridViewCalculatorColumn(string, string)
Initializes a new instance of the GridViewCalculatorColumn.
Properties
DataType
Gets or sets the data type of the column.
Declaration
public override Type DataType { get; set; }
Property Value
Overrides
ExcelExportType
Gets or sets the type of the excel export.
Declaration
public override DisplayFormatType ExcelExportType { get; set; }
Property Value
The type of the excel export.
Overrides
TextAlignment
Gets or sets a value indicating the position of the cell content within a column's cells.
Declaration
public override ContentAlignment TextAlignment { get; set; }
Property Value
Overrides
Methods
GetCellType(GridViewRowInfo)
Declaration
public override Type GetCellType(GridViewRowInfo row)
Parameters
row
Returns
Overrides
GetDefaultEditor()
Declaration
public override IInputEditor GetDefaultEditor()
Returns
Overrides