[]
        
(Showing Draft Content)

C1.Win.IEmbeddedEditor.GetEditStyle

GetEditStyle Method

GetEditStyle()

Gets the editor style, which determines the type of button that is displayed in the cell before and during editing (DropDown, Modal, or None).

Declaration
UITypeEditorEditStyle GetEditStyle()
Returns
Type Description
UITypeEditorEditStyle
Remarks

The default handler returns DropDown for ComboBoxes, DateTimePickers, and UpDown controls. It returns None for other control types.

The UITypeEditorEditStyle enumeration is defined in the System.Drawing.Design namespace. The available settings are DropDown, Modal, and None.