Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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