The BaseControlHandler type exposes the following members.

Constructors

  Name Description
Protected method BaseControlHandler

Methods

  Name Description
Public method Apply
Forces this control handler to apply its settings to the current control.
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 AutoLookupProperty
The DependencyProperty for the AutoLookup property.
Public field Static member VirtualModeProperty
The DependencyProperty for the VirtualMode 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.
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.
Public property VirtualMode
Gets or sets a value indicating whether virtual mode specified in a ClientViewSource is managed by this control handler.

Explicit Interface Implementations

See Also