FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellStyle Class / StringFormat Property

In This Topic
    StringFormat Property (CellStyle)
    In This Topic
    Gets the StringFormat element used for rendering strings when the C1FlexGridBase.UseCompatibleTextRendering property is set to true.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StringFormat As StringFormat
    public StringFormat StringFormat {get;}
    See Also