InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1InputPanelMaskAttribute Class / C1InputPanelMaskAttribute Constructor

In This Topic
    C1InputPanelMaskAttribute Constructor
    In This Topic
    Specifies the mask settings for the value of a data field.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal mask As String _
    )
    public C1InputPanelMaskAttribute( 
       string mask
    )

    Parameters

    mask
    See Also