[]
        
(Showing Draft Content)

C1.Win.Input.MultiColumnCombo.IDropDownView

IDropDownView Interface

Represents the methods, events and properties of dropdown view for the C1MultiColumnCombo control.

Namespace: C1.Win.Input.MultiColumnCombo
Assembly: C1.Win.Input.MultiColumnCombo.8.dll
Syntax
public interface IDropDownView : ISupportSorting, ISupportUnboundMode

Properties

Name Description
AutoGenerateColumns
Columns
DataMember
DataSource
DefaultColumnWidth
ExtendLastColumn
GroupDescriptions

Gets or sets a collection of C1.Win.FlexGrid.GroupDescription objects that describe how items in the data source are grouped in the grid.

HasSelection

Gets a value indicating whether the view has a selection or not.

HeaderHeight
ItemHeight
ItemsCount
RowTracking
SelectedIndex
ShowColumnHeaders

Methods

Name Description
ApplySearch(string, bool, bool)

Applies search to the data on the dropdown view.

ApplyStyle(BaseStyle)

Applies the style to this view.

FindString(string, int, int, bool, bool, bool)
GetColumnIndex(string)

Returns the index of a column by name in a dropdown view.

GetControl()

Returns the control that represents the dropdown view.

GetHeight(int)

Gets the height of the dropdown view for the specified number of items.

GetValue(int, int)

Gets the value of the cell.

GetWidth()

Gets the width of the dropdown view for autosize mode.

ScrollToCell(int, int)
Select(object, string, int)

Selects a row by the specified value.

Events

Name Description
DataBindingComplete
SelectionChanged

Occurs when the selection of view is changed.