Skip to main content
All docs
V25.1
  • FilterPopupExcelParseFilterCriteriaEventArgs.Column Property

    Gets the processed tree list column.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

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

    Declaration

    public TreeListColumn Column { get; }

    Property Value

    Type Description
    TreeListColumn

    An object that specifies the processed tree list column.

    See Also