Gets or sets the format specifier that will be used to display the WinNumericTextBox's
Value.
'Declaration
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The format specifier that will be used to display the WinNumericTextBox's Value.")>
<TypeConverterAttribute("Xceed.Editors.Design.NumericFormatSpecifierConverter,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
<DefaultValueAttribute("")>
<LocalizableAttribute(True)>
Public Property DisplayFormatSpecifier As String
'Usage
Dim instance As WinNumericTextBox
Dim value As String
instance.DisplayFormatSpecifier = value
value = instance.DisplayFormatSpecifier
[Category("Appearance")]
[Description("The format specifier that will be used to display the WinNumericTextBox's Value.")]
[TypeConverter("Xceed.Editors.Design.NumericFormatSpecifierConverter,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
[DefaultValue("")]
[Localizable(true)]
public string DisplayFormatSpecifier {get; set;}
Property Value
A string representing the format specifier that will be used to display the WinNumericTextBox's
Value.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2