ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DatePicker Class / ValidationDecoratorStyle Property

In This Topic
    ValidationDecoratorStyle Property (C1DatePicker)
    In This Topic
    Gets or sets the style that is applied to the inner C1.Xaml.C1ValidationDecorator.
    Syntax
    'Declaration
     
    Public Property ValidationDecoratorStyle As Windows.UI.Xaml.Style
    public Windows.UI.Xaml.Style ValidationDecoratorStyle {get; set;}
    See Also