'Declaration Public Property CustomFormatSpecifier As String
'Usage Dim instance As DateTimeTextBox Dim value As String instance.CustomFormatSpecifier = value value = instance.CustomFormatSpecifier
public string CustomFormatSpecifier {get; set;}
Property Value
A string representing the custom format specifier that will be used to mask the inputted text. By default, a null reference (Nothing in Visual Basic).