Class GridViewCalculatorColumn
Column which uses browse editor.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewCalculatorColumn : GridViewDataColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IDataConversionInfoProvider, IGridViewEventListener, ITypeDescriptorContext, IServiceProvider
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
System.String
fieldName
A string value referring to the unique name of the column. |
GridViewCalculatorColumn(String, String)
Initializes a new instance of the GridViewCalculatorColumn.
Declaration
public GridViewCalculatorColumn(string uniqueName, string fieldName)
Parameters
System.String
uniqueName
A string value referring to the unique name of the column. |
System.String
fieldName
A string value referring to the field name to which the column is bound. |
Properties
DataType
Gets or sets the data type of the column.
Declaration
public override Type DataType { get; set; }
Property Value
System.Type
|
Overrides
ExcelExportType
Gets or sets the type of the excel export.
Declaration
public override DisplayFormatType ExcelExportType { get; set; }
Property Value
DisplayFormatType
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
System.Drawing.ContentAlignment
|
Overrides
Methods
GetCellType(GridViewRowInfo)
Declaration
public override Type GetCellType(GridViewRowInfo row)
Parameters
GridViewRowInfo
row
|
Returns
System.Type
|
Overrides
GetDefaultEditor()
GetDefaultEditorType()
Declaration
public override Type GetDefaultEditorType()
Returns
System.Type
|