Back to Devexpress

IModelRegisteredPropertyEditors.ProtectedContentPropertyEditor Property

expressappframework-devexpress-dot-expressapp-dot-editors-dot-imodelregisteredpropertyeditors.md

latest1.7 KB
Original Source

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

csharp
[DataSourceProperty("ProtectedContentRegisteredTypes", new string[]{})]
[Required]
Type ProtectedContentPropertyEditor { get; set; }
vb
<Required>
<DataSourceProperty("ProtectedContentRegisteredTypes", New String() {})>
Property ProtectedContentPropertyEditor As Type

Property Value

TypeDescription
Type

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

|

See Also

IModelRegisteredPropertyEditors Interface

IModelRegisteredPropertyEditors Members

DevExpress.ExpressApp.Editors Namespace