[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.IC1EmbeddedEditor.C1EditorGetStyle

C1EditorGetStyle Method

C1EditorGetStyle()

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 C1EditorGetStyle()
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.