Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Required]
[DataSourceProperty("ProtectedContentRegisteredTypes")]
[TypeConverter(typeof(StringToTypeConverterBase))]
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