Click or drag to resize
HeaderActionInactive Property
Indicates if the action is inactive. Only applicable when action has alternative action. When inactive action can't be executed. Clicking on the action is used to toogle the visibility of alternative actions.

Namespace: CMS.ExtendedControls.ActionsConfig
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
C#
public bool Inactive { get; set; }

Property Value

Type: Boolean
See Also