Back to Devexpress

RepositoryItemTreeListLookUpEdit.AutoExpandAllNodes Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtreelistlookupedit-5caafd21.md

latest1.7 KB
Original Source

RepositoryItemTreeListLookUpEdit.AutoExpandAllNodes Property

Gets or sets whether all nodes are automatically expanded when the Tree List is being loaded.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true , to expand all nodes when the Tree List is being loaded; otherwise, false.

|

Remarks

If the AutoExpandAllNodes property is set to true , all nodes that have children are automatically expanded when the Tree List is being loaded.

See Also

RepositoryItemTreeListLookUpEdit Class

RepositoryItemTreeListLookUpEdit Members

DevExpress.XtraEditors.Repository Namespace