ComponentOne BarCode for UWP
C1.Xaml.BarCode Namespace / C1BarCode Class / EncodingExceptionTemplate Property

In This Topic
    EncodingExceptionTemplate Property
    In This Topic
    Gets or sets the Windows.UI.Xaml.DataTemplate used to show error messages
    Syntax
    'Declaration
     
    
    Public Property EncodingExceptionTemplate As Windows.UI.Xaml.DataTemplate
    public Windows.UI.Xaml.DataTemplate EncodingExceptionTemplate {get; set;}
    See Also