ComponentOne FlexGrid for WPF and Silverlight
Apply(Border,SelectedState) Method

C1.Silverlight.FlexGrid Namespace > CellStyle Class > Apply Method : Apply(Border,SelectedState) Method
System.Windows.Controls.Border element that represents a cell.
SelectedState value that reflects the cell's current selected state.
Applies the attributes defined by this CellStyle to a cell.
Syntax
'Declaration
 
Public Overloads Overridable Sub Apply( _
   ByVal bdr As System.Windows.Controls.Border, _
   ByVal selState As SelectedState _
) 
public virtual void Apply( 
   System.Windows.Controls.Border bdr,
   SelectedState selState
)

Parameters

bdr
System.Windows.Controls.Border element that represents a cell.
selState
SelectedState value that reflects the cell's current selected state.
See Also

Reference

CellStyle Class
CellStyle Members
Overload List