Click or drag to resize

BasePermissionsUpdate Property

Gets or sets permission to Update.

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

Property Value

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