Applies the attributes defined by this CellStyle to a cell.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public virtual void Apply(
	Border bdr
)
Visual Basic
Public Overridable Sub Apply ( _
	bdr As Border _
)

Parameters

bdr
Type: System.Windows.Controls..::..Border
Border element that represents a cell.

See Also