Back to Devexpress

TreeListOptionsPrint.PrintFirstLine Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsprint-6c6568ac.md

latest2.0 KB
Original Source

TreeListOptionsPrint.PrintFirstLine Property

Gets or sets whether to print the nearest (leftmost) vertical gridlines in the column that displays the node expand buttons.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool PrintFirstLine { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property PrintFirstLine As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to print the nearest vertical gridlines; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintFirstLine
TreeList

.OptionsPrint .PrintFirstLine

|

Remarks

See TreeListOptionsView.ShowFirstLines for details.

See Also

ShowFirstLines

TreeListOptionsPrint Class

TreeListOptionsPrint Members

DevExpress.XtraTreeList Namespace