FlexGrid for WinForms
StringFormat Property



Gets the StringFormat element used for rendering strings when the C1FlexGridBase.UseCompatibleTextRendering property is set to true.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property StringFormat As StringFormat
'Usage
 
Dim instance As CellStyle
Dim value As StringFormat
 
value = instance.StringFormat
[Browsable(false)]
public StringFormat StringFormat {get;}
[Browsable(false)]
public:
property StringFormat^ StringFormat {
   StringFormat^ get();
}
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

CellStyle Class
CellStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback