Xceed DataGrid for Silverlight Documentation
CreateColumnBackgroundControl Method


The associated column.
Creates and returns a new column-background control.
Syntax
'Declaration
 
Protected Overridable Function CreateColumnBackgroundControl( _
   ByVal column As Column _
) As ColumnBackgroundControl
'Usage
 
Dim instance As DataGridControl
Dim column As Column
Dim value As ColumnBackgroundControl
 
value = instance.CreateColumnBackgroundControl(column)
protected virtual ColumnBackgroundControl CreateColumnBackgroundControl( 
   Column column
)

Parameters

column
The associated column.

Return Value

The ColumnBackgroundControl for the specified column.
Remarks
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.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members

Paths and Containers

Container Recycling

Send Feedback