Back to Devexpress

OptionsCustomizationForm.ShowLayoutTreeView Property

windowsforms-devexpress-dot-xtralayout-dot-optionscustomizationform-d024f840.md

latest2.3 KB
Original Source

OptionsCustomizationForm.ShowLayoutTreeView Property

Gets or sets whether the Layout Tree View tab page is visible in the Customization Form.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public bool ShowLayoutTreeView { get; set; }
vb
<DefaultValue(True)>
Public Property ShowLayoutTreeView As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the Layout Tree View tab page is visible; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowLayoutTreeView
LayoutControl

.OptionsCustomizationForm .ShowLayoutTreeView

|

Remarks

The Layout Tree View tab page displays the hierarchy of visible layout items within the Layout Control. Please refer to the Layout Tree View topic for more information.

See Also

Customization Form - Layout Control

Layout Tree View

OptionsCustomizationForm Class

OptionsCustomizationForm Members

DevExpress.XtraLayout Namespace