Click or drag to resize

BasePermissionsEdit Property

Gets or sets permission to Edit.

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

Property Value

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