DataSource for Entity Framework in WPF
C1.WPF.Data Namespace / ControlHandler Class
Fields Properties Methods


In This Topic
    ControlHandler Class Members
    In This Topic

    The following tables list the members exposed by ControlHandler.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The DependencyProperty for the DataSource property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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 C1.Data.DataSource.BaseControlHandler)
    Public PropertyGets or sets a data source of the control handler.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets a value indicating whether this control handler supports Virtual Mode. (Inherited from C1.Data.DataSource.BaseControlHandler)
    Public PropertyGets or sets a value indicating whether virtual mode specified in a C1.Data.DataSource.ClientViewSource is managed by this control handler. (Inherited from C1.Data.DataSource.BaseControlHandler)
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Windows.DependencyObject)
    Top
    See Also