AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageGridToggleArgs..::..Toggle Property

The desired new state for the row's IsActive or IsFeatured property — true when the user clicked the inactive/not-featured icon to turn it on, false when they clicked the active/featured icon to turn it off.

Namespace:  AdvantageCMS.Web.UI.Admin
Assembly:  AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)

Syntax


public bool Toggle { get; set; }

Field Value

true to activate/feature; false to deactivate/unfeature.