Skip to main content

IModelRegisteredPropertyEditors.ProtectedContentPropertyEditor Property

Specifies the Property Editor that displays a property prohibited to an end-user by the Security System.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DataSourceProperty("ProtectedContentRegisteredTypes", new string[]{})]
[Required]
Type ProtectedContentPropertyEditor { get; set; }

Property Value

Type Description
Type

A Type object specifying the Property Editor that displays a property prohibited to an end-user by the Security System.

See Also