ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / GetActualFormat Method

In This Topic
    GetActualFormat Method (DataGridComboBoxColumn)
    In This Topic
    Gets the format that will be applied in the column considering different sources like Format property or StringFormat of the Binding property.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetActualFormat() As String
    public virtual string GetActualFormat()
    See Also