ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1TimeEditor Class / DisabledCuesVisibility Property

In This Topic
    DisabledCuesVisibility Property (C1TimeEditor)
    In This Topic
    Gets or sets a value indicating whether the disabled visuals of the control are visible.
    Syntax
    'Declaration
     
    Public Property DisabledCuesVisibility As Windows.UI.Xaml.Visibility
    public Windows.UI.Xaml.Visibility DisabledCuesVisibility {get; set;}
    See Also