TreeListSettingsBehavior.ProcessFocusedNodeChangedOnServer Property
Gets or sets a value that specifies whether the ASPxClientTreeList.FocusedNodeChanged event should be finally processed on the server side.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ProcessFocusedNodeChangedOnServer |
---|---|
ASPxTreeList |
|
Remarks
If the ProcessFocusedNodeChangedOnServer property is set to false
, the ASPxClientTreeList.FocusedNodeChanged event is handled on the client side without a callback to the server. Setting this property to true
indicates that the final processing of the event should be performed on the server side, and so a round trip to the server is required. During such a round trip, the corresponding server-side ASPxTreeList.FocusedNodeChanged event is fired, which if handled, allows any desired server-side action to be performed.