Click or drag to resize

BasePermissionsDelete Property

Gets or sets permission to Delete.

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

Property Value

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