<< Return to Main Index

< Return to Class Index

IGXHierarchyGrid::HidePMExpanderColumn

virtual void HidePMExpanderColumn(BOOL bHide = TRUE, UINT flags = GX_UPDATENOW, GXCmdType ctCmd = gxDo)=0;

bHide

TRUE to hide the column, FALSE to show.

flags

Specifies the update technique.

ctCmd

Specifies if the executed command is undone (gxUndo), redone (gxRedo), executed the first time (gxDo) or rolled back (gxRollback).

Remarks

Call this function to hide or show the plus-minus-expander column.

This function will calculate the absolute column(s) that correspond to the PM expander columns and call HideCols on those columns, passing along the flags and ctCmd arguments.

See Also

CGXGridCore::HideCols

IGXHierarchyGrid

Class Overview | Class Members