GrapeCity MultiRow Windows Forms Documentation
TextFormat Property


Gets or sets the text's display format.
Syntax
<SRDescriptionAttribute("Indicates the string that is used to format the text.")>
<LocalizableAttribute(True)>
<DefaultValueAttribute()>
<SRCategoryAttribute("Appearance")>
Public Property TextFormat As String
Dim instance As ProgressBarCell
Dim value As String
 
instance.TextFormat = value
 
value = instance.TextFormat
[SRDescription("Indicates the string that is used to format the text.")]
[Localizable(true)]
[DefaultValue()]
[SRCategory("Appearance")]
public string TextFormat {get; set;}

Property Value

A System.String value that represents the text format. The default is "#0.##%".
Remarks
Refer to the System.Double's System.Double.ToString(System.IFormatProvider) method's remarks and relative links in MSDN.
Requirements

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

See Also

Reference

ProgressBarCell Class
ProgressBarCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.