Click or drag to resize

CollapseExpandCommand Class

Collapse or Expand group rows of measurement data tables.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMeasurementsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandMeasurementsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandMeasurementsCommandProperties
            MediaCy.Addins.MeasurementsMeasurementsCommand
              MediaCy.Addins.MeasurementsCollapseExpandCommand

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Class CollapseExpandCommand
	Inherits MeasurementsCommand

The CollapseExpandCommand type exposes the following members.

Constructors
  NameDescription
Public methodCollapseExpandCommand
Initializes a new instance of the CollapseExpandCommand class
Public methodCollapseExpandCommand(McCommand)
Initializes a new instance of the CollapseExpandCommand 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