Skip to main content
All docs
V25.1
  • TreeListOptionsColumn(TreeListColumn) Constructor

    Initializes a new instance of the TreeListOptionsColumn class with specified settings.

    Namespace: DevExpress.XtraTreeList.Columns

    Assembly: DevExpress.XtraTreeList.v25.1.dll

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

    Declaration

    public TreeListOptionsColumn(
        TreeListColumn column
    )

    Parameters

    Name Type
    column TreeListColumn
    See Also