From d9fb34eb17994b816689b7923b72c3829888e2f6 Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Mon, 19 Jun 2017 12:46:58 -0400 Subject: [PATCH] Updated MultiColumnComboBox (markdown) --- MultiColumnComboBox.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/MultiColumnComboBox.md b/MultiColumnComboBox.md index fc63b16..106b58d 100644 --- a/MultiColumnComboBox.md +++ b/MultiColumnComboBox.md @@ -3,15 +3,15 @@ _Only available in the Plus Edition_ Derives from ComboBox -ComboBox control that displays data in columns by using a [DataGrid](DataGrid). +ComboBox control that displays data in columns by using a [[DataGrid]]. -![](MultiColumnComboBox_multicolumncombobox.jpg) +[[MultiColumnComboBox_multicolumncombobox.jpg]] -## Properties -|| Property || Description -| AutoCreateColumns | Gets or sets a value indicating whether columns should automatically be created when the control is bound to an ItemsSource. -| Columns | Gets a list of columns to display in the control. -| DataGridStyle | Gets or sets the style to apply to the DataGridControl that will be displayed in the dropdown list. -| ShowColumnHeaders | Gets or sets whether the column headers (ColumnManagerRow) will be displayed at the top of the datagrid control. -| ShowGroupByControl | Gets or sets whether the GroupByControl will be displayed at the top of the datagrid. ---- \ No newline at end of file +### Properties +| Property | Description | +| --- | --- | +| AutoCreateColumns | Gets or sets a value indicating whether columns should automatically be created when the control is bound to an ItemsSource. | +| Columns | Gets a list of columns to display in the control. | +| DataGridStyle | Gets or sets the style to apply to the DataGridControl that will be displayed in the dropdown list. | +| ShowColumnHeaders | Gets or sets whether the column headers (ColumnManagerRow) will be displayed at the top of the datagrid control. | +| ShowGroupByControl | Gets or sets whether the GroupByControl will be displayed at the top of the datagrid. |