Skip to main content
.NET 6.0+

IModelRegisteredPropertyEditors.ProtectedContentRegisteredTypes Property

Specifies the Property Editors that can be used to display a property prohibited to an end-user by the Security System.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
List<Type> ProtectedContentRegisteredTypes { get; }

Property Value

Type Description
List<Type>

A List<Type> object representing a collection of the Property Editors that can be used to display a property prohibited to an end-user by the Security System.

See Also