Skip to content

ShowSelectionAttribute.Value property

Gets a value indicating whether the selected CSS class should be applied to cells in this column when the containing row is selected.

public bool Value { get; }

Property Value

true if the selected CSS class should be applied; otherwise, false.

See Also