Back to Devexpress

TreeList.BestFitVisibleOnly Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-29b5aefb.md

latest2.1 KB
Original Source

TreeList.BestFitVisibleOnly Property

Gets or sets a value specifying which nodes take part in calculations when applying best fit to columns. This property is obsolete. Use the TreeListOptionsView.BestFitNodes property instead.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Boolean

true to take into account only nodes not hidden within collapsed groups; otherwise false.

|

Remarks

Use the TreeListOptionsView.BestFitNodes property instead.

See Also

BestFit()

BestFitColumns

Width

BestFitMode

BestFitNodes

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace