Skip to main content
A newer version of this page is available. .
All docs
V22.2

TreeList.UseAdvancedCustomizationForm Property

Gets or sets whether to use the advanced Customization Form.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v22.2.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public static DefaultBoolean UseAdvancedCustomizationForm { get; set; }

Property Value

Type Description
DefaultBoolean

True to use the advanced customization form; False to use the default customization form.

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

See Also