[]
        
(Showing Draft Content)

C1.Win.Input.Base.C1DropDownEditorBase.DropDownStyle

DropDownStyle Property

DropDownStyle

Gets or sets the style of the drop down control.

Declaration
public DropDownStyle DropDownStyle { get; set; }
Implements
Remarks

The DropDownStyle property specifies whether the text portion can be edited.

If the value is Default, the text is editable and the dropdown list is displayed by clicking the down arrow.

If the value is DropDownList, the text is not editable and the dropdown list is displayed by clicking any part of the control.