Click or drag to resize
GroupColumn Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object representing a grouping column.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardGroupColumn

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class GroupColumn : _GroupColumn, 
	ISerializable

The GroupColumn type exposes the following members.

Constructors
  NameDescription
Public methodGroupColumn
Creates and returns a new GroupColumn object.
Public methodGroupColumn(GroupColumns, DataColumn, String, String)
Creates and returns a new GroupColumn object.
Top
Methods
  NameDescription
Public methodGetObjectData
Top
Fields
Properties
  NameDescription
Public propertyColumnName
Gets the name of this group column.
Public propertyDataGridFont
Gets and sets the bespoke font that will be used to render this column in a datagrid if DataGridUseBespokeFont is true.
Public propertyDataGridFormatColumn
Gets and sets a column from the query data source that will be used to provide the format value for this column.
Public propertyDataGridFormatType
Gets and sets a value that indicates how to derive the format string for this column when displayed in a data grid.
Public propertyDataGridTextColor
Gets and sets the colour of the text used for this column in a data grid if DataGridUseBespokeFont is true.
Public propertyDataGridUseBespokeFont
Gets and sets a value that indicates if this column should use a bespoke font when rendered in a data grid.
Public propertyDateColumn
Gets a value that indicates if this GroupColumn represents a date value.
Public propertyDateGroupType
Gets and sets a value that indicates how date values should be grouped.
Public propertyDateTimeColumn
Gets a value that indicates if this GroupColumn represents a DateTime value.
Public propertyEditable
Gets and sets a property that indicates if this column is editable in a datagrid.
Public propertyforceTrailingZeros
Gets and sets a value that indicates whether all labels should have the number of decimal digits specified by numberDecimals, even if it requires trailing zeros.
Public propertyFormat
Gets or sets the format string for this group column.
Public propertyGroupBasedOnColumn
Gets a value SummaryColumn object that indicates which summary column is used to evaluate which group columns to include when ShowGroupType is not SummaryData.SummaryDataShowGroupType.All.
Public propertyGroupColumns
Gets and sets a child GroupColumns object for this group column.
Public propertyGUID
Gets a GUID that uniquely identifies this object.
Public propertyHidden
Gets and sets a value that indicates if this column should be hidden in a datagrid.
Public propertyHyperLink
Gets and sets a hyperlink value that will be applied to this column.
Public propertyID
Gets a value that indicates the Unique ID of this object.
Public propertyIncludeOthers
Gets and sets a value that indicates if other group values should be included in the group labeled with OtherGroupName when ShowGroupType is not SummaryData.SummaryDataShowGroupType.All.
Public propertyIncludeTies
Gets and sets a value that indicates whether ties should be included when ShowGroupType is not SummaryData.SummaryDataShowGroupType.All.
Public propertyIsListOfValues
Gets and sets a value that indicates if this group column contains a list of values used in a treeview
Public propertyLabel
Gets or sets the label for this group column.
Public propertyListDelimiter
Gets and sets the delimiter used to generate unique values for the treeview from this column
Public propertynumberDecimals
Gets and sets a value that indicates the number of decimal places that should be used for this column in a data grid.
Public propertyNumericColumn
Gets a value that indicates if this GroupColumn represents a numeric value.
Public propertyNumericGuiFormat
Gets a GUI format string for this Column
Public propertynumericPrefix
Gets and sets the numeric prefix (text before the data value) that will be used in a data grid.
Public propertynumericSuffix
Gets and sets the numeric suffix (text after the data value) that will be used in a data grid.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyOtherGroupName
Gets and sets a display value used to display other values IncludeOthers is true.
Public propertyParent
Gets and sets an object that represents the GroupColumns object that is the parent of this GroupColumn.
Public propertyPivotTableDimension
Gets and sets a value that indicates whether this column is plotted as a row or column in a pivot table.
Public propertyQuarterStartMonth
Gets and sets a value that indicates how quarters are evaluated when dates are grouped by quarter.
Public propertyShowGroupType
Gets and sets a value a SummaryDataShowGroupType that determins which values in this group is shown.
Public propertyShowGroupValue
Gets and sets a value that determins how many values are shown for this group when ShowGroupType is not SummaryData.SummaryDataShowGroupType.All.
Public propertySortColumn
Gets and sets a value a SummaryColumn object that determins which summary column is used to sort this group.
Public propertySortType
Gets and sets a value a SummaryDataSummarySortType that determins how this group is sorted.
Public propertySpecifiedGroupSortValues
Gets and sets a collection of values that determins the group order when SortType is SummaryData.SummaryDataSummarySortType.Specified.
Public propertySuppressThousandSeparator
Gets and sets a property that indicates if numeric values should suppress the thousand separator.
Top
Remarks