Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

Declaration

[Required]
[DataSourceProperty("ProtectedContentRegisteredTypes", new string[]{})]
[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