Version

PivotGridColumn Class Properties

For a list of all members of this type, see PivotGridColumn members.

Public Properties
 NameDescription
Public PropertyAllowResizeReturns or sets a boolean value indicating whether this column can be resized via the user interface.  
Public PropertyAutoSizingReturns or sets a flagged value indicating the manner in which this column's width is adjusted when the column is auto-sized.  
Public PropertyAxisReturns a reference to the associated Infragistics.Olap.Core.Data.Axis. (Inherited from Infragistics.Win.UltraWinPivotGrid.Data.PivotGridAxisItemBase)
Public PropertyAxisMemberReturns a reference to the associated Infragistics.Olap.Core.Data.AxisMember. (Inherited from Infragistics.Win.UltraWinPivotGrid.Data.PivotGridAxisItemBase)
Public PropertyCellAppearanceReturns an object which exposes an Appearance object for each possible state supported by a cell. (Inherited from Infragistics.Win.UltraWinPivotGrid.Data.PivotGridAxisItemBase)
Public PropertyCellHotTrackingBehaviorReturns or sets a value which determines the hot tracking behavior for a cell which is associated with this item. (Inherited from Infragistics.Win.UltraWinPivotGrid.Data.PivotGridAxisItemBase)
Public PropertyCellHotTrackingBehaviorResolvedReturns the resolved value of the CellHotTrackingBehavior property. (Inherited from Infragistics.Win.UltraWinPivotGrid.Data.PivotGridAxisItemBase)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyExpandedReturns a boolean value indicating whether this item is currently expanded. (Inherited from Infragistics.Win.UltraWinPivotGrid.Data.PivotGridAxisItemBase)
Public PropertyFormatReturns the format string used to format the value displayed by the cells associated with this column.  
Public PropertyFormatProviderReturns the IFormatProvider implementation which controls formatting for the cells associated with this column.  
Public PropertyHeaderAppearanceReturns an object which exposes an Appearance object for each possible state supported by a header. (Inherited from Infragistics.Win.UltraWinPivotGrid.Data.PivotGridAxisItemBase)
Public PropertyHeaderClickActionReturns or sets a value which determines the action that is taken when a ColumnHeaderUIElement is clicked or tapped.  
Public PropertyHeaderStateReturns a flagged value which describes the current state of the header associated with this item. (Inherited from Infragistics.Win.UltraWinPivotGrid.Data.PivotGridAxisItemBase)
Public PropertyHeaderTextReturns or sets the text that is displayed on this item's header. (Inherited from Infragistics.Win.UltraWinPivotGrid.Data.PivotGridAxisItemBase)
Public PropertyIndexOverridden. Returns the ordinal position of this column within the collection to which it belongs.  
Public PropertyIsExpandableReturns a boolean value indicating whether the Tuple associated with this element is expandable. (Inherited from Infragistics.Win.UltraWinPivotGrid.Data.PivotGridAxisItemBase)
Public PropertyKeyReturns the key which uniquely identifies this item. (Inherited from Infragistics.Win.UltraWinPivotGrid.Data.PivotGridAxisItemBase)
Public PropertyMemberReturns a reference to the associated Infragistics.Olap.Core.Data.AxisMember. (Inherited from Infragistics.Win.UltraWinPivotGrid.Data.PivotGridAxisItemBase)
Public PropertyMemberIndexReturns the index of the associated tuple Member. (Inherited from Infragistics.Win.UltraWinPivotGrid.Data.PivotGridAxisItemBase)
Public PropertyPivotGridOverridden. Returns a reference to the UltraPivotGrid associated with this item.  
Public PropertySortDirectionReturns a value which indicates whether this column is sorted and if so, the sort direction.  
Public PropertySortIndicatorVisibilityReturns or sets a value which determines whether a SortIndicatorUIElement is displayed on this column's header.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTupleReturns a reference to the associated Infragistics.Olap.Core.Data.Tuple. (Inherited from Infragistics.Win.UltraWinPivotGrid.Data.PivotGridAxisItemBase)
Public PropertyTupleIndexReturns the index of the associated Tuple. (Inherited from Infragistics.Win.UltraWinPivotGrid.Data.PivotGridAxisItemBase)
Public PropertyUseServerFormatReturns the format string used to format the value displayed by the cells associated with this column.  
Public PropertyWidthReturns or sets the width of this column.  
Protected Properties
 NameDescription
Protected PropertyDefaultCellHotTrackingBehaviorOverridden. Returns the default value for the CellHotTrackingBehavior property.  
Protected PropertyPropIdOverridden. Returns the property identifier for this object.  
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also