Custom column type dedicated to the DataGridViewNumericUpDownCell cell type. Más...
Métodos públicos | |
DataGridViewNumericUpDownColumn () | |
Constructor for the DataGridViewNumericUpDownColumn class. | |
override string | ToString () |
Returns a standard compact string representation of the column. | |
Campos de datos | |
List< _classCondicion > | _Condicion = new List<_classCondicion>() |
Clase que contiene condiciones para validar columnas. | |
Propiedades | |
SortOrder | _ShowGlifoOrder [get, set] |
Muestra el glifo de orden de la columna. | |
bool | _NoParar [get, set] |
Indica si se debe parar o no en la columna. | |
bool | _NoMover [get, set] |
Indica si la columna se podrá mover. | |
bool | _ReadOnly [get, set] |
Indica si la columna se debe forzar a ReadOnly Task 126374. | |
Image | _ColumnHeaderImage [get, set] |
PE-104159: Imagen de la columna, en caso que queramos poner una imagen. | |
HorizontalAlignment | _ColumnHeaderImageAlign [get, set] |
Posición de la imagen de la columna. | |
bool | _Filtrar [get, set] |
Indica si esta columna es filtrable. | |
override DataGridViewCell | CellTemplate [get, set] |
Represents the implicit cell that gets cloned when adding rows to the grid. | |
int | DecimalPlaces [get, set] |
Replicates the DecimalPlaces property of the DataGridViewNumericUpDownCell cell type. | |
Decimal | Increment [get, set] |
Replicates the Increment property of the DataGridViewNumericUpDownCell cell type. | |
Decimal | Maximum [get, set] |
Replicates the Maximum property of the DataGridViewNumericUpDownCell cell type. | |
Decimal | Minimum [get, set] |
Replicates the Minimum property of the DataGridViewNumericUpDownCell cell type. | |
bool | ThousandsSeparator [get, set] |
Replicates the ThousandsSeparator property of the DataGridViewNumericUpDownCell cell type. | |
bool | _Tactil [get, set] |
Indica si estamos en un entorno táctil. | |
Custom column type dedicated to the DataGridViewNumericUpDownCell cell type.
Definición en la línea 3451 del archivo Mantegrid.cs.
|
inline |
Constructor for the DataGridViewNumericUpDownColumn class.
Definición en la línea 3456 del archivo Mantegrid.cs.
|
inline |
Returns a standard compact string representation of the column.
Definición en la línea 3878 del archivo Mantegrid.cs.
List<_classCondicion> sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn._Condicion = new List<_classCondicion>() |
Clase que contiene condiciones para validar columnas.
Definición en la línea 3507 del archivo Mantegrid.cs.
|
getset |
PE-104159: Imagen de la columna, en caso que queramos poner una imagen.
Implementa sage.ew.interficies.IDataGridViewColumn.
Definición en la línea 3517 del archivo Mantegrid.cs.
|
getset |
Posición de la imagen de la columna.
Implementa sage.ew.interficies.IDataGridViewColumn.
Definición en la línea 3528 del archivo Mantegrid.cs.
|
getset |
Indica si esta columna es filtrable.
Implementa sage.ew.interficies.IDataGridViewColumn.
Definición en la línea 3537 del archivo Mantegrid.cs.
|
getset |
Indica si la columna se podrá mover.
Implementa sage.ew.interficies.IDataGridViewColumn.
Definición en la línea 3486 del archivo Mantegrid.cs.
|
getset |
Indica si se debe parar o no en la columna.
Implementa sage.ew.interficies.IDataGridViewColumn.
Definición en la línea 3476 del archivo Mantegrid.cs.
|
getset |
Indica si la columna se debe forzar a ReadOnly Task 126374.
Implementa sage.ew.interficies.IDataGridViewColumn.
Definición en la línea 3497 del archivo Mantegrid.cs.
|
getset |
Muestra el glifo de orden de la columna.
Implementa sage.ew.interficies.IDataGridViewColumn.
Definición en la línea 3466 del archivo Mantegrid.cs.
|
getset |
Indica si estamos en un entorno táctil.
Definición en la línea 3824 del archivo Mantegrid.cs.
|
getset |
Represents the implicit cell that gets cloned when adding rows to the grid.
Definición en la línea 3551 del archivo Mantegrid.cs.
|
getset |
Replicates the DecimalPlaces property of the DataGridViewNumericUpDownCell cell type.
Definición en la línea 3576 del archivo Mantegrid.cs.
|
getset |
Replicates the Increment property of the DataGridViewNumericUpDownCell cell type.
Definición en la línea 3625 del archivo Mantegrid.cs.
|
getset |
Replicates the Maximum property of the DataGridViewNumericUpDownCell cell type.
Definición en la línea 3673 del archivo Mantegrid.cs.
|
getset |
Replicates the Minimum property of the DataGridViewNumericUpDownCell cell type.
Definición en la línea 3725 del archivo Mantegrid.cs.
|
getset |
Replicates the ThousandsSeparator property of the DataGridViewNumericUpDownCell cell type.
Definición en la línea 3777 del archivo Mantegrid.cs.