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

TreeListSettingsCustomizationWindow Class

Provides settings that affect the Customization Window‘s position and functionality.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public class TreeListSettingsCustomizationWindow :
    TreeListSettingsBase

The following members return TreeListSettingsCustomizationWindow objects:

Remarks

The TreeListSettingsCustomizationWindow class contains the settings that allow you to specify the Customization Window’s availability, position, etc.

These settings can be accessed via the ASPxTreeList.SettingsCustomizationWindow property.

Implements

See Also