Cargando...
Buscando...
Nada coincide
Referencia de la clase sage.ew.objetos.UserControls.Mantegrid.ComboCell

Clase ComboCell. Más...

Diagrama de herencia de sage.ew.objetos.UserControls.Mantegrid.ComboCell

Métodos públicos

 ComboCell ()
 Constructor.
 
override void InitializeEditingControl (int rowIndex, object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle)
 Inicializacion.
 

Propiedades

override Type EditType [get]
 Return the type of the editing control that ComboCell uses.
 
override Type ValueType [get]
 Return the type of the value that ComboCell contains.
 
override object DefaultNewRowValue [get]
 Use the current date and time as the default value.
 

Descripción detallada

Clase ComboCell.

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

Documentación de constructores y destructores

◆ ComboCell()

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

Constructor.

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

Documentación de funciones miembro

◆ InitializeEditingControl()

override void sage.ew.objetos.UserControls.Mantegrid.ComboCell.InitializeEditingControl ( int rowIndex,
object initialFormattedValue,
DataGridViewCellStyle dataGridViewCellStyle )
inline

Inicializacion.

Parámetros
rowIndex
initialFormattedValue
dataGridViewCellStyle

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

Documentación de propiedades

◆ DefaultNewRowValue

override object sage.ew.objetos.UserControls.Mantegrid.ComboCell.DefaultNewRowValue
get

Use the current date and time as the default value.

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

◆ EditType

override Type sage.ew.objetos.UserControls.Mantegrid.ComboCell.EditType
get

Return the type of the editing control that ComboCell uses.

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

◆ ValueType

override Type sage.ew.objetos.UserControls.Mantegrid.ComboCell.ValueType
get

Return the type of the value that ComboCell contains.

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


La documentación de esta clase está generada del siguiente archivo: