Contains a set of forbidden UI-features.
Object Model
Syntax
Example
The following example demonstrates how to prevent a user from changing a set of fields of a layout.
| C# | Copy Code |
|---|
UiAction actions = UiAction.AddField | UiAction.RemoveField | UiAction.ClearView;
PivotView1.Permissions.DisallowActions(actions); |
Inheritance Hierarchy
System.Object
GrapeCity.ActiveAnalysis.Permissions.StaticPermissions
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also