Xceed Grid for WinForms v4.3 Documentation
CalculateStringFormat Method


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > VisualGridElement Class : CalculateStringFormat Method
The pre-calculated string format calculated according the visual grid element's properties.
Calculates the string format to apply to visual grid element.
Syntax
'Declaration
 
Protected Overridable Function CalculateStringFormat( _
   ByVal stringFormat As StringFormat _
) As StringFormat
'Usage
 
Dim instance As VisualGridElement
Dim stringFormat As StringFormat
Dim value As StringFormat
 
value = instance.CalculateStringFormat(stringFormat)
protected virtual StringFormat CalculateStringFormat( 
   StringFormat stringFormat
)

Parameters

stringFormat
The pre-calculated string format calculated according the visual grid element's properties.

Return Value

The calculated string format.
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

VisualGridElement Class
VisualGridElement Members