Skip to main content
.NET 6.0+

View.SecurityReadOnlyItemName Field

Returns a key used to create an item in the View.AllowEdit collection of the current View. This key specifies a reason for making the View editable/read-only when the Security System allows/denies access to edit to the object(s) represented by the View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public const string SecurityReadOnlyItemName = "Security"

Field Value

Type
String
See Also