Click or drag to resize

BasePermissionsView Property

Gets or sets permission to View.

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

Property Value

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