Back to Devexpress

TreeListOptionsColumn.AllowSize Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistoptionscolumn-030a01e8.md

latest1.8 KB
Original Source

TreeListOptionsColumn.AllowSize Property

Gets or sets whether end-users can drag the column header’s right edge to change the column’s width.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if end-users can change the column’s width; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowSize
TreeListColumn

.OptionsColumn .AllowSize

|

See Also

Width

TreeListOptionsColumn Class

TreeListOptionsColumn Members

DevExpress.XtraTreeList.Columns Namespace