Back to Devexpress

TreeListOptionsColumn Class

windowsforms-devexpress-dot-xtratreelist-dot-columns-48b0eac5.md

latest1.7 KB
Original Source

TreeListOptionsColumn Class

Provides a treelist column’s general options.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public class TreeListOptionsColumn :
    BaseTreeListOptions
vb
Public Class TreeListOptionsColumn
    Inherits BaseTreeListOptions

The following members return TreeListOptionsColumn objects:

Remarks

The options this class provides are accessible with the TreeListColumn.OptionsColumn property.

Inheritance

Object ViewStatePersisterCore BaseOptions DevExpress.XtraTreeList.BaseTreeListOptions TreeListOptionsColumn

See Also

TreeListOptionsColumn Members

OptionsColumn

DevExpress.XtraTreeList.Columns Namespace