MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / IDropDownView Interface
Properties Methods Events

In This Topic
    IDropDownView Interface Members
    In This Topic

    The following tables list the members exposed by IDropDownView.

    Public Properties
     NameDescription
     PropertyGets or sets a value that determines the separation string for columns for unbound mode. (Inherited from C1.Win.Input.MultiColumnCombo.ISupportUnboundMode)
     PropertyGets or sets a value that indicates whether the user is allowed to sort columns using the mouse. (Inherited from C1.Win.Input.MultiColumnCombo.ISupportSorting)
     Property  
     Property  
     Property  
     Property  
     Property  
     Property  
     PropertyGets or sets a collection of C1.Win.FlexGrid.GroupDescription objects that describe how items in the data source are grouped in the grid.  
     PropertyGets a value indicating whether the view has a selection or not.  
     Property  
     Property  
     Property  
     Property  
     Property  
     Property  
    Top
    Public Methods
     NameDescription
     MethodAdds column headers to the view in unbound mode. (Inherited from C1.Win.Input.MultiColumnCombo.ISupportUnboundMode)
     MethodAdds a new item to the end of view in the unbound mode. (Inherited from C1.Win.Input.MultiColumnCombo.ISupportUnboundMode)
     MethodApplies search to the data on the dropdown view.  
     MethodApplies the style to this view.  
     MethodRemoves all items in unbound mode. (Inherited from C1.Win.Input.MultiColumnCombo.ISupportUnboundMode)
     Method  
     MethodReturns the index of a column by name in a dropdown view.  
     MethodReturns the control that represents the dropdown view.  
     MethodGets the height of the dropdown view for the specified number of items.  
     MethodGets the value of the cell.  
     MethodGets the width of the dropdown view for autosize mode.  
     MethodInserts a new item at the specified index position of view in the unbound mode. (Inherited from C1.Win.Input.MultiColumnCombo.ISupportUnboundMode)
     MethodRemoves the item at the specified position in unbound mode. (Inherited from C1.Win.Input.MultiColumnCombo.ISupportUnboundMode)
     Method  
     MethodSelects a row by the specified value.  
     MethodUpdates cell data for unbound mode. (Inherited from C1.Win.Input.MultiColumnCombo.ISupportUnboundMode)
     MethodSorts the view contents based on a column. (Inherited from C1.Win.Input.MultiColumnCombo.ISupportSorting)
    Top
    Public Events
     NameDescription
     Event  
     EventOccurs when the selection of view is changed.  
    Top
    See Also