[]
        
(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)
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)
Parameters
Type Name Description
Border bdr

Border element that represents a cell.