Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > DataGridControl Class : PrepareColumnElement Method |
'Declaration Protected Overridable Sub PrepareColumnElement( _ ByVal element As FrameworkElement _ )
'Usage Dim instance As DataGridControl Dim element As FrameworkElement instance.PrepareColumnElement(element)
protected virtual void PrepareColumnElement( FrameworkElement element )
If a grouping, sorting, or filtering operation is made, all recyclable elements will be cleared and the initialization process from PrepareColumnElement to DetachColumnElement will be restarted.
The base implementations do not need to be called when overriding the PrepareColumnElement, AttachColumnElement, DetachColumnElement, and ClearColumnElement methods
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family