ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexComboBox Class
Members

In This Topic
    C1FlexComboBox Class
    In This Topic
    ComboBox that looks the same in WPF and Silverlight and implements the IsEditable property in both platforms (the Silverlight ComboBox is not editable).
    Object Model
    C1FlexComboBox Class
    Syntax
    'Declaration
     
    
    Public Class C1FlexComboBox 
       Inherits Windows.UI.Xaml.Controls.TextBox
    public class C1FlexComboBox : Windows.UI.Xaml.Controls.TextBox 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   Windows.UI.Xaml.Controls.TextBox
                      C1.Xaml.FlexGrid.C1FlexComboBox

    See Also