Referencia de la Clase sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn

Custom column type dedicated to the DataGridViewNumericUpDownCell cell type. Más...

Diagrama de herencias de sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn
sage.ew.interficies.IDataGridViewColumn

Métodos públicos

 DataGridViewNumericUpDownColumn ()
 Constructor for the DataGridViewNumericUpDownColumn class. Más...
 
override string ToString ()
 Returns a standard compact string representation of the column. Más...
 

Campos de datos

List< _classCondicion_Condicion = new List<_classCondicion>()
 Clase que contiene condiciones para validar columnas Más...
 

Propiedades

SortOrder _ShowGlifoOrder [get, set]
 Muestra el glifo de orden de la columna Más...
 
bool _NoParar [get, set]
 Indica si se debe parar o no en la columna Más...
 
bool _NoMover [get, set]
 Indica si la columna se podrá mover Más...
 
bool _ReadOnly [get, set]
 Indica si la columna se debe forzar a ReadOnly Task 126374 Más...
 
Image _ColumnHeaderImage [get, set]
 PE-104159: Imagen de la columna, en caso que queramos poner una imagen Más...
 
HorizontalAlignment _ColumnHeaderImageAlign [get, set]
 Posición de la imagen de la columna Más...
 
bool _Filtrar [get, set]
 Indica si esta columna es filtrable Más...
 
override DataGridViewCell CellTemplate [get, set]
 Represents the implicit cell that gets cloned when adding rows to the grid. Más...
 
int DecimalPlaces [get, set]
 Replicates the DecimalPlaces property of the DataGridViewNumericUpDownCell cell type. Más...
 
Decimal Increment [get, set]
 Replicates the Increment property of the DataGridViewNumericUpDownCell cell type. Más...
 
Decimal Maximum [get, set]
 Replicates the Maximum property of the DataGridViewNumericUpDownCell cell type. Más...
 
Decimal Minimum [get, set]
 Replicates the Minimum property of the DataGridViewNumericUpDownCell cell type. Más...
 
bool ThousandsSeparator [get, set]
 Replicates the ThousandsSeparator property of the DataGridViewNumericUpDownCell cell type. Más...
 
bool _Tactil [get, set]
 Indica si estamos en un entorno táctil Más...
 
- Propiedades heredados desde sage.ew.interficies.IDataGridViewColumn
SortOrder _ShowGlifoOrder [get, set]
 Muestra el glifo de orden de la columna Más...
 
bool _NoParar [get, set]
 Indica si se debe parar o no en la columna Más...
 
bool _NoMover [get, set]
 Indica si la columna se podrá mover Más...
 
bool _ReadOnly [get, set]
 Indica si la columna se debe forzar a ReadOnly Task 126374 Más...
 
Image _ColumnHeaderImage [get, set]
 PE-104159: Imagen de la columna, en caso que queramos poner una imagen Más...
 
HorizontalAlignment _ColumnHeaderImageAlign [get, set]
 Posición de la imagen de la columna Más...
 
bool _Filtrar [get, set]
 Indica si se puede filtrar en la columna Más...
 

Descripción detallada

Custom column type dedicated to the DataGridViewNumericUpDownCell cell type.

Definición en la línea 3451 del archivo Mantegrid.cs.

Documentación del constructor y destructor

◆ DataGridViewNumericUpDownColumn()

sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn.DataGridViewNumericUpDownColumn ( )
inline

Constructor for the DataGridViewNumericUpDownColumn class.

Definición en la línea 3456 del archivo Mantegrid.cs.

Documentación de las funciones miembro

◆ ToString()

override string sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn.ToString ( )
inline

Returns a standard compact string representation of the column.

Definición en la línea 3878 del archivo Mantegrid.cs.

Documentación de los campos

◆ _Condicion

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.

Documentación de propiedades

◆ _ColumnHeaderImage

Image sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn._ColumnHeaderImage
getset

PE-104159: Imagen de la columna, en caso que queramos poner una imagen

Definición en la línea 3518 del archivo Mantegrid.cs.

◆ _ColumnHeaderImageAlign

HorizontalAlignment sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn._ColumnHeaderImageAlign
getset

Posición de la imagen de la columna

Definición en la línea 3529 del archivo Mantegrid.cs.

◆ _Filtrar

bool sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn._Filtrar
getset

Indica si esta columna es filtrable

Definición en la línea 3538 del archivo Mantegrid.cs.

◆ _NoMover

bool sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn._NoMover
getset

Indica si la columna se podrá mover

Definición en la línea 3487 del archivo Mantegrid.cs.

◆ _NoParar

bool sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn._NoParar
getset

Indica si se debe parar o no en la columna

Definición en la línea 3477 del archivo Mantegrid.cs.

◆ _ReadOnly

bool sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn._ReadOnly
getset

Indica si la columna se debe forzar a ReadOnly Task 126374

Definición en la línea 3498 del archivo Mantegrid.cs.

◆ _ShowGlifoOrder

SortOrder sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn._ShowGlifoOrder
getset

Muestra el glifo de orden de la columna

Definición en la línea 3467 del archivo Mantegrid.cs.

◆ _Tactil

bool sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn._Tactil
getset

Indica si estamos en un entorno táctil

Definición en la línea 3825 del archivo Mantegrid.cs.

◆ CellTemplate

override DataGridViewCell sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn.CellTemplate
getset

Represents the implicit cell that gets cloned when adding rows to the grid.

Definición en la línea 3552 del archivo Mantegrid.cs.

◆ DecimalPlaces

int sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn.DecimalPlaces
getset

Replicates the DecimalPlaces property of the DataGridViewNumericUpDownCell cell type.

Definición en la línea 3577 del archivo Mantegrid.cs.

◆ Increment

Decimal sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn.Increment
getset

Replicates the Increment property of the DataGridViewNumericUpDownCell cell type.

Definición en la línea 3626 del archivo Mantegrid.cs.

◆ Maximum

Decimal sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn.Maximum
getset

Replicates the Maximum property of the DataGridViewNumericUpDownCell cell type.

Definición en la línea 3674 del archivo Mantegrid.cs.

◆ Minimum

Decimal sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn.Minimum
getset

Replicates the Minimum property of the DataGridViewNumericUpDownCell cell type.

Definición en la línea 3726 del archivo Mantegrid.cs.

◆ ThousandsSeparator

bool sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownColumn.ThousandsSeparator
getset

Replicates the ThousandsSeparator property of the DataGridViewNumericUpDownCell cell type.

Definición en la línea 3778 del archivo Mantegrid.cs.


La documentación para esta clase fue generada a partir del siguiente fichero: