Click or drag to resize

BasePermissionsAdd Property

Gets or sets permission to Add.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public bool Add { get; set; }

Property Value

Type: Boolean
true if allowed to Add; otherwise, false.
See Also