Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1ColorPicker Class / DropDownHeader Property

In This Topic
    DropDownHeader Property
    In This Topic
    Windows.UI.Xaml.UIElement used as header of the C1.Xaml.C1DropDown,
    Syntax
    'Declaration
     
    Public Property DropDownHeader As UIElement
    public UIElement DropDownHeader {get; set;}
    See Also