Xceed Grid for WinForms v4.3 Documentation
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.


    CalculateStringFormat Method
    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)

    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