DataGridDesignerComboBoxColumn Class

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Controls..::..DataGridColumn
        System.Windows.Controls..::..DataGridComboBoxColumn
          Microsoft.Data.Relational.Design.Controls..::..DataGridDesignerComboBoxColumn

Namespace:  Microsoft.Data.Relational.Design.Controls
Assembly:  Microsoft.Data.Tools.Relational.Design (in Microsoft.Data.Tools.Relational.Design.dll)

Syntax

'Declaration
Public Class DataGridDesignerComboBoxColumn _
    Inherits DataGridComboBoxColumn
'Usage
Dim instance As DataGridDesignerComboBoxColumn
public class DataGridDesignerComboBoxColumn : DataGridComboBoxColumn
public ref class DataGridDesignerComboBoxColumn : public DataGridComboBoxColumn
type DataGridDesignerComboBoxColumn =  
    class
        inherit DataGridComboBoxColumn
    end
public class DataGridDesignerComboBoxColumn extends DataGridComboBoxColumn

The DataGridDesignerComboBoxColumn type exposes the following members.

Constructors

  Name Description
Public method DataGridDesignerComboBoxColumn Initializes a new instance of the DataGridDesignerComboBoxColumn class.

Top

Properties

  Name Description
Public property ActualWidth (Inherited from DataGridColumn.)
Public property CanUserReorder (Inherited from DataGridColumn.)
Public property CanUserResize (Inherited from DataGridColumn.)
Public property CanUserSort (Inherited from DataGridColumn.)
Public property CellStyle (Inherited from DataGridColumn.)
Public property ClipboardContentBinding (Inherited from DataGridComboBoxColumn.)
Protected property DataGridOwner (Inherited from DataGridColumn.)
Public property DependencyObjectType (Inherited from DependencyObject.)
Public property Dispatcher (Inherited from DispatcherObject.)
Public property DisplayIndex (Inherited from DataGridColumn.)
Public property DisplayMemberPath (Inherited from DataGridComboBoxColumn.)
Public property DragIndicatorStyle (Inherited from DataGridColumn.)
Public property EditingElementStyle (Inherited from DataGridComboBoxColumn.)
Public property ElementStyle (Inherited from DataGridComboBoxColumn.)
Public property Header (Inherited from DataGridColumn.)
Public property HeaderStringFormat (Inherited from DataGridColumn.)
Public property HeaderStyle (Inherited from DataGridColumn.)
Public property HeaderTemplate (Inherited from DataGridColumn.)
Public property HeaderTemplateSelector (Inherited from DataGridColumn.)
Public property InstanceItemsSourceBinding The binding that will be applied to the InstanceItemsSource property of the ComboBoxValue. The difference between InstanceItemsSource and ItemsSource is that ItemsSource can only be bound to a static property or resource (that is because DataGridComboBoxColumn is not a FrameworkElement, so it doesn't have a DataContext). The binding for InstanceItemsSource is applied to the target object (row object), similarly to the way the TextBinding property works.
Public property IsAutoGenerated (Inherited from DataGridColumn.)
Public property IsFrozen (Inherited from DataGridColumn.)
Public property IsReadOnly (Inherited from DataGridColumn.)
Public property IsSealed (Inherited from DependencyObject.)
Public property ItemsSource (Inherited from DataGridComboBoxColumn.)
Public property MaxWidth (Inherited from DataGridColumn.)
Public property MinWidth (Inherited from DataGridColumn.)
Public property SelectedItemBinding (Inherited from DataGridComboBoxColumn.)
Public property SelectedValueBinding (Inherited from DataGridComboBoxColumn.)
Public property SelectedValuePath (Inherited from DataGridComboBoxColumn.)
Public property SortDirection (Inherited from DataGridColumn.)
Public property SortMemberPath (Inherited from DataGridColumn.)
Public property TextBinding (Inherited from DataGridComboBoxColumn.)
Public property Visibility (Inherited from DataGridColumn.)
Public property Width (Inherited from DataGridColumn.)

Top

Methods

  Name Description
Protected method CancelCellEdit (Inherited from DataGridComboBoxColumn.)
Public method CheckAccess (Inherited from DispatcherObject.)
Public method ClearValue(DependencyProperty) (Inherited from DependencyObject.)
Public method ClearValue(DependencyPropertyKey) (Inherited from DependencyObject.)
Public method CoerceValue (Inherited from DependencyObject.)
Protected method CommitCellEdit (Inherited from DataGridComboBoxColumn.)
Public method Equals (Inherited from DependencyObject.)
Protected method Finalize (Inherited from Object.)
Protected method GenerateEditingElement (Overrides DataGridComboBoxColumn..::..GenerateEditingElement(DataGridCell, Object).)
Protected method GenerateElement (Overrides DataGridComboBoxColumn..::..GenerateElement(DataGridCell, Object).)
Public method GetCellContent(Object) (Inherited from DataGridColumn.)
Public method GetCellContent(DataGridRow) (Inherited from DataGridColumn.)
Public method GetHashCode (Inherited from DependencyObject.)
Public method GetLocalValueEnumerator (Inherited from DependencyObject.)
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method InvalidateProperty (Inherited from DependencyObject.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method NotifyPropertyChanged (Inherited from DataGridColumn.)
Protected method OnCoerceIsReadOnly (Inherited from DataGridComboBoxColumn.)
Public method OnCopyingCellClipboardContent (Inherited from DataGridColumn.)
Protected method OnInstanceItemsSourceBindingChanged Called when InstanceItemsSource changes.
Public method OnPastingCellClipboardContent (Inherited from DataGridColumn.)
Protected method OnPropertyChanged (Inherited from DependencyObject.)
Protected method OnSelectedItemBindingChanged (Inherited from DataGridComboBoxColumn.)
Protected method OnSelectedValueBindingChanged (Inherited from DataGridComboBoxColumn.)
Protected method OnTextBindingChanged (Inherited from DataGridComboBoxColumn.)
Protected method PrepareCellForEdit (Overrides DataGridComboBoxColumn..::..PrepareCellForEdit(FrameworkElement, RoutedEventArgs).)
Public method ReadLocalValue (Inherited from DependencyObject.)
Protected method RefreshCellContent (Overrides DataGridComboBoxColumn..::..RefreshCellContent(FrameworkElement, String).)
Public method SetCurrentValue (Inherited from DependencyObject.)
Public method SetValue(DependencyProperty, Object) (Inherited from DependencyObject.)
Public method SetValue(DependencyPropertyKey, Object) (Inherited from DependencyObject.)
Protected method ShouldSerializeProperty (Inherited from DependencyObject.)
Public method ToString (Inherited from Object.)
Public method VerifyAccess (Inherited from DispatcherObject.)

Top

Events

  Name Description
Public event CopyingCellClipboardContent (Inherited from DataGridColumn.)
Public event PastingCellClipboardContent (Inherited from DataGridColumn.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Relational.Design.Controls Namespace