The ControlHandler type exposes the following members.

Constructors

  Name Description
Public method ControlHandler

Methods

  Name Description
Public method Apply
Forces this control handler to apply its settings to the current control.
(Inherited from BaseControlHandler.)
Public method CheckAccess (Inherited from DispatcherObject.)
Public method ClearValue(DependencyProperty) (Inherited from DependencyObjectDependencyObject.)
Public method ClearValue(DependencyPropertyKey) (Inherited from DependencyObjectDependencyObject.)
Public method CoerceValue (Inherited from DependencyObject.)
Public method Equals (Inherited from DependencyObject.)
Protected method Finalize (Inherited from Object.)
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 OnPropertyChanged (Inherited from DependencyObject.)
Public method ReadLocalValue (Inherited from DependencyObject.)
Public method SetCurrentValue (Inherited from DependencyObject.)
Public method SetValue(DependencyProperty, Object) (Inherited from DependencyObjectDependencyObject.)
Public method SetValue(DependencyPropertyKey, Object) (Inherited from DependencyObjectDependencyObject.)
Protected method ShouldSerializeProperty (Inherited from DependencyObject.)
Public method ToString (Inherited from Object.)
Public method VerifyAccess (Inherited from DispatcherObject.)

Fields

  Name Description
Public field Static member DataSourceProperty
The DependencyProperty for the DataSource property.

Properties

  Name Description
Public property AutoLookup
Gets or sets a value indicating whether data grid columns bound to navigation (foreign key, lookup) properties must be converted to combo box columns, so the user can see the right value and edit it by choosing a value from a drop-down list. The default value is False.
(Inherited from BaseControlHandler.)
Public property DataSource
Gets or sets a data source of the control handler.
Public property DependencyObjectType (Inherited from DependencyObject.)
Public property Dispatcher (Inherited from DispatcherObject.)
Public property IsSealed (Inherited from DependencyObject.)
Public property SupportsVirtualMode
Gets a value indicating whether this control handler supports Virtual Mode.
(Inherited from BaseControlHandler.)
Public property VirtualMode
Gets or sets a value indicating whether virtual mode specified in a ClientViewSource is managed by this control handler.
(Inherited from BaseControlHandler.)

Explicit Interface Implementations

See Also