Back to Devexpress

TreeList.UpdateTopVisibleNodeIndexOnCollapse Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-e0b0964a.md

latest1.5 KB
Original Source

TreeList.UpdateTopVisibleNodeIndexOnCollapse Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool UpdateTopVisibleNodeIndexOnCollapse { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Property UpdateTopVisibleNodeIndexOnCollapse As Boolean

Property Value

Type
Boolean

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace