Click or drag to resize

CollapseExpandNDCommand Class

Collapse or Expand group rows of measurement data tables.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Viewers.NDViewNDCommand
            MediaCy.Viewers.NDCollapseExpandNDCommand

Namespace:  MediaCy.Viewers.ND
Assembly:  MediaCy.Viewers.ND (in MediaCy.Viewers.ND.dll) Version: 3.1.0.0
Syntax
VB
Public Class CollapseExpandNDCommand
	Inherits ViewNDCommand

The CollapseExpandNDCommand type exposes the following members.

Constructors
  NameDescription
Public methodCollapseExpandNDCommand
Initializes a new instance of the CollapseExpandNDCommand class
Public methodCollapseExpandNDCommand(McCommand)
Initializes a new instance of the CollapseExpandNDCommand 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
Top
Fields
  NameDescription
Public fieldDataGrid
Public fieldStatsGrid
Top
Remarks