ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridBoundColumn Class / Format Property

In This Topic
    Format Property (DataGridBoundColumn)
    In This Topic
    Gets or sets the format of the content of the cells belonging this column.
    Syntax
    'Declaration
     
    
    Public Overrides Property Format As String
    public override string Format {get; set;}
    Remarks
    If Binding.StringFormat already is set , this property is not effected and return Binding.StringFormat value
    See Also