Telerik.Web.Mvc.UI.Fluent.GridSelectionSettingsBuilder.Enabled C# (CSharp) Метод

Enabled() публичный Метод

Enables or disables selection.
The Enabled method is useful when you need to enable scrolling based on certain conditions.
public Enabled ( bool value ) : void
value bool
Результат void
        public void Enabled(bool value)
        {
            settings.Enabled = value;
        }
GridSelectionSettingsBuilder