ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.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