Skip to main content

TcxTreeListColumnHeaderPopupMenuItem Enum

Declaration

TcxTreeListColumnHeaderPopupMenuItem = (
    tlchmiSortAscending,
    tlchmiSortDescending,
    tlchmiClearSorting,
    tlchmiFooter,
    tlchmiGroupFooters,
    tlchmiRemoveThisColumn,
    tlchmiFieldChooser,
    tlchmiHorzAlignment,
    tlchmiVertAlignment,
    tlchmiBestFit,
    tlchmiBestFitAllColumns
);

Members

Name
tlchmiSortAscending
tlchmiSortDescending
tlchmiClearSorting
tlchmiFooter
tlchmiGroupFooters
tlchmiRemoveThisColumn
tlchmiFieldChooser
tlchmiHorzAlignment
tlchmiVertAlignment
tlchmiBestFit
tlchmiBestFitAllColumns
See Also