Inherits GridViewDataColumn and presents decimal values
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewDecimalColumn : GridViewDataColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IContextMenuProvider, IDataConversionInfoProvider, IGridViewEventListener, ITypeDescriptorContext, IServiceProvider
Inheritance: objectDisposableObjectRadObjectGridViewColumnGridViewDataColumnGridViewDecimalColumn...
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewDecimalColumn.
public GridViewDecimalColumn()
Initializes a new instance of the GridViewDecimalColumn.
Initializes a new instance of the GridViewDecimalColumn.
public GridViewDecimalColumn(string fieldName)
A string value referring to the unique name of the column.
Initializes a new instance of the GridViewDecimalColumn.
public GridViewDecimalColumn(Type numericType, string uniqueName, string fieldName)
The numeric type of the column.
uniqueNamestringA string value referring to the unique name of the column.
fieldNamestringA string value referring to the field name to which the column is bound.
Fields
public static RadProperty DecimalPlacesProperty
public static RadProperty MaximumProperty
public static RadProperty MinimumProperty
public static RadProperty ShowUpDownButtonsProperty
public static RadProperty StepProperty
public static RadProperty ThousandsSeparatorProperty
Properties
Gets or sets the data type of the column.
public override Type DataType { get; set; }
Overrides:
Gets or sets the number of decimal places to display in the GridSpinEditor.
[Browsable(true)]
public int DecimalPlaces { get; set; }
Gets or sets the type of the excel export.
public override DisplayFormatType ExcelExportType { get; set; }
The type of the excel export.
Overrides:
Gets or sets a value indicating the maximum value for the GridSpinEditor.
[Browsable(true)]
public decimal Maximum { get; set; }
Gets or sets a value indicating the minimum value for the GridSpinEditor.
[Browsable(true)]
public decimal Minimum { get; set; }
Gets or sets the whether GridSpinEditor will be used as a numeric textbox.
[Browsable(true)]
public bool ShowUpDownButtons { get; set; }
Gets or sets the amount to increment or decrement from the current value of the GridSpinEditor.
[Browsable(true)]
public decimal Step { get; set; }
Gets or sets a value indicating the position of the cell content within a column's cells.
[Browsable(true)]
public override ContentAlignment TextAlignment { get; set; }
Overrides:
Gets or sets a value indicating whether the thousands separator will be displayed in the GridSpinEditor.
[Browsable(true)]
public bool ThousandsSeparator { get; set; }
Methods
public override void InitializeEditor(IInputEditor editor)
Overrides: