Skip to main content
A newer version of this page is available. .

TreeListOptionsView.BestFitNodes Property

Gets or sets a value specifying which nodes take part in calculations when applying best fit to columns.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[DefaultValue(TreeListBestFitNodes.Default)]
[XtraSerializableProperty]
public TreeListBestFitNodes BestFitNodes { get; set; }

Property Value

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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to BestFitNodes
WinForms Controls ResourcesTree
.OptionsView.BestFitNodes
TreeList
.OptionsView.BestFitNodes
Reporting XRDesignFieldList
.OptionsView.BestFitNodes
XRDesignReportExplorer
.OptionsView.BestFitNodes

Remarks

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