property | value |
---|---|
IDE | Visual Studio |
Language | XAML |
Title | DataGridComboBoxColumn |
Shortcut | datagridcolumn |
Description | DataGridComboBoxColumn |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
binding | Binding | Binding | yes | ||
header | Header text | HeaderText | yes |
Code
<DataGridComboBoxColumn Header="HeaderText" ItemsSource="{Binding Binding}" />