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,
	SelectedState selState
)
Visual Basic
Public Overridable Sub Apply ( _
	bdr As Border, _
	selState As SelectedState _
)

Parameters

bdr
Type: System.Windows.Controls..::..Border
Border element that represents a cell.
selState
Type: C1.Silverlight.FlexGrid..::..SelectedState
SelectedState value that reflects the cell's current selected state.

See Also