Click or drag to resize

BasePermissionsRemove Property

Gets or sets permission to Remove.

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

Property Value

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