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

Clase ComboCell Más...

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

Métodos públicos

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

Propiedades

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

Descripción detallada

Clase ComboCell

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

Documentación del constructor y destructor

◆ ComboCell()

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

Constructor

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

Documentación de las 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 5988 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 5963 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 5975 del archivo Mantegrid.cs.


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