ShowSelectionAttribute.Value property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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