<< Return to Main Index

< Return to Class Index

IGXHierarchyGrid::OnShowChildAt

virtual void OnShowChildAt(ROWCOL nLogRow, BOOL bShow)=0;

nLogRow

Specifies the logical row id.

bShow

Specify whether to show or hide.

Remarks

Virtual notification that gets called whenever the child has to be shown (expanded) or hidden (collapsed). Override this function in your derived class to perform any additional task. Make sure to call the base class.

See Also

IGXHierarchyGrid::ShowChildAt IGXHierarchyGrid::IsChildShown IGXHierarchyGrid::IsChildGridCellVisible

IGXHierarchyGrid

Class Overview | Class Members