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

IModelApplication.ProtectedContentText Property

Specifies text that is displayed instead of the data protected by the Security System.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[DefaultValue("Protected Content")]
string ProtectedContentText { get; set; }

Property Value

Type Default Description
String "Protected Content"

A string specifying text that is displayed instead of the data protected by the Security System.

Remarks

The ProtectedContentText text is available at the UI level for grid and tree List Editors and for built-in Property Editors. The default control value is replaced by this text text. There is no ProtectedContentText string at the data source level. Protected properties return default type values instead of actual values. The null (Noting in VB) value is returned for reference properties, zero - for integer properties, DateTime.MinValue for DateTime properties. So, these default values will be shown in reports, charts, pivot grids, the scheduler and in custom controls.

See Also