Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > DataGridControl Class : DetachElement Method |
'Declaration Protected Overridable Sub DetachElement( _ ByVal element As FrameworkElement _ )
'Usage Dim instance As DataGridControl Dim element As FrameworkElement instance.DetachElement(element)
protected virtual void DetachElement( FrameworkElement element )
If a grouping, sorting, or filtering operation is made, all recyclable elements will be cleared and the initialization process from PrepareElement to DetachElement will be restarted.
The DetachElement method is not necessarily called as soon as an element is added to the recycling pool; it is sometimes called just prior to being attached to another item. This behavior was designed to prevent detaching a element that might be reused with exactly the same item.
The base implementations do not need to be called when overriding the PrepareElement, AttachElement, DetachElement, and ClearElement methods.
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family