[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellStyle.Apply

Apply Method

Apply(Border, SelectedState)

Applies the attributes defined by this CellStyle to a cell.

Declaration
[Obsolete("Please use Apply(Border) instead.")]
public virtual void Apply(Border bdr, SelectedState selState)
<Obsolete("Please use Apply(Border) instead.")>
Public Overridable Sub Apply(bdr As Border, selState As SelectedState)
Parameters
Type Name Description
Border bdr

Border element that represents a cell.

SelectedState selState

SelectedState value that reflects the cell's current selected state.

Apply(Border)

Applies the attributes defined by this CellStyle to a cell.

Declaration
public virtual void Apply(Border bdr)
Public Overridable Sub Apply(bdr As Border)
Parameters
Type Name Description
Border bdr

Border element that represents a cell.