windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsview-eb8d3b7c.md
Gets or sets a value specifying which nodes take part in calculations when applying best fit to columns.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
[DefaultValue(TreeListBestFitNodes.Default)]
[XtraSerializableProperty]
public TreeListBestFitNodes BestFitNodes { get; set; }
<DefaultValue(TreeListBestFitNodes.Default)>
<XtraSerializableProperty>
Public Property BestFitNodes As TreeListBestFitNodes
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraTreeList.TreeListBestFitNodes | Default |
A DevExpress.XtraTreeList.TreeListBestFitNodes enumeration value that specifies which nodes take part in calculations when applying best fit to columns.
|
You can access this nested property as listed below:
| Object Type | Path to BestFitNodes |
|---|---|
| TreeList |
.OptionsView .BestFitNodes
|
The DevExpress.XtraTreeList.TreeListBestFitNodes enumeration provides the following values which specify which nodes take part in calculations when applying best fit to columns:
See Also