4.159 DataGridComboBoxColumn

x:Object > DependencyObject > DataGridColumn > DataGridComboBoxColumn
DataGridComboBoxColumn
(usage)
<DataGridComboBoxColumn />
(description)
Represents a DataGrid column that hosts ComboBox controls in its cells.
(properties)
ClipboardContentBinding
BindingBase
(description)
The binding object to use when getting or setting cell content for the clipboard.
DisplayMemberPath
x:String
(description)
A path to a value on the source object to provide the visual representation of the object.
EditingElementStyle
Style
(description)
The style that is used when rendering the element that the column displays for a cell in editing mode.
ElementStyle
Style
(description)
The style that is used when rendering the element that the column displays for a cell that is not in editing mode.
ItemsSource
IEnumerable
(description)
A collection that is used to generate the content of the combo box control.
SelectedItemBinding
BindingBase
(description)
The binding for the currently selected item.
SelectedValueBinding
BindingBase
(description)
The value of the selected item, obtained by using SelectedValuePath.
SelectedValuePath
x:String
(description)
The path that is used to get the SelectedValue from the SelectedItem.
TextBinding
BindingBase
(description)
The binding for the text in the text box portion of the ComboBox control.
(static properties)
DefaultEditingElementStyle
Style
(description)
The default value of the EditingElementStyle property.
DefaultElementStyle
Style
(description)
The default value of the ElementStyle.
TextBlockComboBoxStyleKey
ComponentResourceKey
(description)
The resource key for the style to apply to a read-only combo box.