Click or drag to resize

CollapseExpandDCCommand Class

Collapse or Expand group rows of data collector data tables.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.Addins.DataCollectorDataCollectorCommand
        MediaCy.Addins.DataCollectorCollapseExpandDCCommand

Namespace:  MediaCy.Addins.DataCollector
Assembly:  MediaCy.Addins.DataCollector (in MediaCy.Addins.DataCollector.dll) Version: 1.0.0.0
Syntax
VB
Public Class CollapseExpandDCCommand
	Inherits DataCollectorCommand

The CollapseExpandDCCommand type exposes the following members.

Constructors
  NameDescription
Public methodCollapseExpandDCCommand
Initializes a new instance of the CollapseExpandDCCommand class
Public methodCollapseExpandDCCommand(McCommand)
Initializes a new instance of the CollapseExpandDCCommand class
Top
Properties
  NameDescription
Public propertyCollapse
Collapse or Expand (when True - collapse, when False - Expand)
Public propertyRecursive
Recursive operation. When False, only one level of group rows is affected (equivalent to Expand/Collapse one level).
Public propertyUseStatistics
Operate on Statistical pane.
Top
Fields
  NameDescription
Public fieldDataGrid
Public fieldStatsGrid
Top
Remarks