TreeListSettingsDataSecurity.PreventLoadClientValuesForInvisibleColumns Property
Specifies whether to load invisible columns’ values from the client to the server.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(DefaultBoolean.Default)]
public virtual DefaultBoolean PreventLoadClientValuesForInvisibleColumns { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default | An enumeration value. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to PreventLoadClientValuesForInvisibleColumns |
---|---|
ASPxTreeList |
|
Remarks
Use the PreventLoadClientValuesForInvisibleColumns property to specify whether to load invisible columns’ values from the client to the server.
ASPxTreeList.SettingsDataSecurity.PreventLoadClientValuesForInvisibleColumns = DefaultBoolean.True;
If the PreventLoadClientValuesForInvisibleColumns property is set to Default, access to invisible columns’ values from the server depends on the DataControlPreventLoadClientValuesForInvisibleColumns property setting.
Note
The PreventLoadClientValuesForInvisibleColumns property has priority over the DataControlPreventLoadClientValuesForInvisibleColumns property.