Click or drag to resize

BasePermissionsCreate Property

Gets or sets permission to Create.

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

Property Value

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