FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Column Class / Format Property

In This Topic
    Format Property (Column)
    In This Topic
    Gets or sets a string used to format values within cells in this column.
    Syntax
    'Declaration
     
    Public Property Format As String
    public string Format {get; set;}
    See Also