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

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.v18.2.dll

Declaration

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

Property Value

Type Default Description
DefaultBoolean **Default**

An enumeration value.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Object Type Path to PreventLoadClientValuesForReadOnlyColumns
ASPxTreeList
.SettingsDataSecurity.PreventLoadClientValuesForReadOnlyColumns
MVCxTreeList
.SettingsDataSecurity.PreventLoadClientValuesForReadOnlyColumns
TreeListSettings
.SettingsDataSecurity.PreventLoadClientValuesForReadOnlyColumns
TreeListSettings<RowType>
.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