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

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

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