ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / Refresh() Method

In This Topic
    Refresh() Method
    In This Topic
    Unload all the visual elements belonging to this column like cells, column headers and group headers causing these elements to be re-generated in the next layout pass.
    Syntax
    'Declaration
     
    
    Protected Sub Refresh() 
    protected void Refresh()
    Remarks
    You can force elements to be re-generated after calling this method by calling FrameworkElement.UpdateLayout method.
    See Also