Skip to main content
.NET 6.0+

IModelApplication.ProtectedContentText Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Default Description
String "*******"

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