[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapter.ApplySelectedTimesVisualEffect

ApplySelectedTimesVisualEffect Method

ApplySelectedTimesVisualEffect(int, C1Style)

Modifies the cell's style to visually reflect the count of the cell's selection.

Declaration
protected virtual void ApplySelectedTimesVisualEffect(int selectedTimes, C1Style style)
Parameters
Type Name Description
int selectedTimes

The number of times the cell has been selected.

C1Style style

The style of the cell.