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

In This Topic
    Format Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the format of the content of the cells belonging this column.
    Syntax
    'Declaration
     
    
    Public Overridable Property Format As String
    public virtual string Format {get; set;}
    See Also