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