Version

HeaderBase Class Properties

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

Public Properties
 NameDescription
Public PropertyActivatedProperty: Returns true only if activated (Inherited from Infragistics.Win.UltraWinGrid.GridItemBase)
Public PropertyAllowEditingGets or sets a value which indicates whether the header can be edited by the user.  
Public PropertyAppearanceReturns or sets the Appearance object that controls the object's formatting.  
Public PropertyBandReturns the Band that the object belongs to, if any. This property is read-only at run-time. This property is not available at design-time. (Inherited from Infragistics.Win.UltraWinGrid.GridItemBase)
Public PropertyCaptionReturns or sets the caption text of the header.  
Public PropertyColumnThe UltraGridColumn object associated with the header. Returns null if the header is not a column header. This property is read-only.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditorUse this property to set the editor that will be used for rendering and editing the cell. This property returns null if it wasn't set to an editor before. By default, UltraGridColumn.Editor property off the associated column is used for rendering and editing the cell.  
Public PropertyEditorResolvedReturns the editor used for rendering and editing the cell.  
Public PropertyEnabledDetermines if the object associated with the header is enabled.  
Public PropertyExclusiveColScrollRegionReturns or sets the only colscrollregion in which a column is displayed.  
Public PropertyFixedSpecifies whether the header is fixed. When a header is fixed column(s) associated with the header remain in view when the grid is scrolled horizontally. This property is settable on column headers and group headers. If there are groups, then the Fixed property settings off the group headers will be used and fixed property settings off the column headers will be ignored. Attempting to set it on a BandHeader object will lead to a NotSupportedException. NOTE: This property is ignored in Row-Layout mode as headers can't be fixed in Row-Layout mode. You must enable the fixed-headers functionality by setting UltraGridLayout.UseFixedHeaders to true in order for this property to have any effect.  
Public PropertyFixedHeaderIndicatorSpecifies whether the user is allowed to fix or unfix the header. NOTE: This property is ignored in Row-Layout mode as headers can't be fixed in Row-Layout mode.  
Public PropertyFixOnRightGets or sets a value which indicates whether the column or group will be fixed to the right side of the grid when Fixed is True.  
Public PropertyFixOnRightResolvedGets the resolved value which determines whether the column or group will be fixed on the right side of the grid when Fixed is True.  
Public PropertyGroupThe UltraGridGroup object associated with the header. Returns null if the header is not a group header. This property is read-only.  
Public PropertyHasAppearanceReturns true if an appearance object has been created.  
Public PropertyHeightReturns or sets the height of the row (excluding spacing).  
Public PropertyIsTabStopOverridden. Always returns false for headers  
Public PropertySelectedOverridden. Returns or sets the selected state of the header.  
Public PropertySizeResolvedResolved header size. This property returns the actual width and the height of the header.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextOrientationGets or sets the orientation of text in the header.  
Public PropertyTextOrientationResolvedGets the resolved value of TextOrientation.  
Public PropertyToolTipTextSpecifies the tooltip to display when the user hovers the mouse over the header.  
Public PropertyVisiblePositionReturns or sets the visible position of a header.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also