AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageGrid..::..AdvantageGridToggleArgs Members

The AdvantageGrid..::..AdvantageGridToggleArgs type exposes the following members.

Properties


  Name Description
Public property CommandType
Which grid command fired the event.
(Inherited from AdvantageGrid..::..AdvantageGridArgs.)
Public property Item
The row the command targets. null for the toolbar Add command, since no row exists yet — handlers should branch on CommandType.
(Inherited from AdvantageGrid..::..AdvantageGridArgs.)
Public property Toggle
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.