| C1.Win.C1Input Namespace > FormatInfo Class : CustomFormat Property |
'Declaration<C1DescriptionAttribute("Custom format specifier used if FormatType = FormatTypeEnum.CustomFormat.")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <LocalizableAttribute(True)> Public Property CustomFormat As String
'UsageDim instance As FormatInfo Dim value As String instance.CustomFormat = value value = instance.CustomFormat
[C1Description("Custom format specifier used if FormatType = FormatTypeEnum.CustomFormat.")] [RefreshProperties(RefreshProperties.Repaint)] [Localizable(true)] public string CustomFormat {get; set;}
[C1Description("Custom format specifier used if FormatType = FormatTypeEnum.CustomFormat.")] [RefreshProperties(RefreshProperties.Repaint)] [Localizable(true)] public: property String^ CustomFormat { String^ get(); void set ( String^ 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