Click or drag to resize

BasePermissionsModify Property

Gets or sets permission to Modify.

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

Property Value

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