Skip to main content

TreeListSettingsDataSecurity.PreventLoadClientValuesForReadOnlyColumns Property

Specifies whether to load read-only column values from the client to the server side.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(DefaultBoolean.Default)]
public virtual DefaultBoolean PreventLoadClientValuesForReadOnlyColumns { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

An enumeration value.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Property Paths

You can access this nested property as listed below:

Object Type Path to PreventLoadClientValuesForReadOnlyColumns
ASPxTreeList
.SettingsDataSecurity .PreventLoadClientValuesForReadOnlyColumns

Remarks

Use the PreventLoadClientValuesForReadOnlyColumns property to specify whether to load read-only column values from the client to the server side.

ASPxTreeList.SettingsDataSecurity.PreventLoadClientValuesForReadOnlyColumns = DefaultBoolean.True;

If the PreventLoadClientValuesForReadOnlyColumns property is set to Default, access to read-only values from the server side depends upon the DataControlPreventLoadClientValuesForReadOnlyColumns property setting.

Note

See Also