Version

ColumnBase Class Properties

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

Public Properties
 NameDescription
Public PropertyCellStyleGets/Sets the System.Windows.Style that will be used for all CellControl objects on this ColumnBase.  
Public PropertyCellStyleResolvedResolves the actual Style that will be applied to the CellControl  
Public PropertyColumnLayoutGets the ColumnLayout thats owns this ColumnBase  
Public PropertyDataTypeThe DataType that the column's data is derived from.  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyDisplayNameResolvedGets a string that represents the Column, if the HeaderText property isn't used, it fallsback to the Column's Key.  
Public PropertyFooterStyleGets/Sets the System.Windows.Style that will be used for all Infragistics.Controls.Grids.Primitives.FooterCellControl objects on this ColumnBase.  
Public PropertyFooterStyleResolvedResolves the actual Style that will be applied to the Infragistics.Controls.Grids.Primitives.FooterCellControl  
Public PropertyHeaderStyleGets/Sets the System.Windows.Style that will be used for all Infragistics.Controls.Grids.Primitives.HeaderCellControl objects on this ColumnBase.  
Public PropertyHeaderStyleResolvedResolves the actual Style that will be applied to the Infragistics.Controls.Grids.Primitives.HeaderCellControl  
Public PropertyHeaderTemplateGets/Sets the System.Windows.DataTemplate used to define the Content of the Header of the ColumnBase.  
Public PropertyHeaderTextGets/Sets the text that will be displayed in the Header.  
Public PropertyIsAutoGeneratedGets whether or not the ColumnBase was predefined, or generated by the XamGrid based on the underlying data.  
Public PropertyIsHideableGets/sets whether a ColumnBase can be hidden via the UI.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyKeyGets/sets a string that identifies the ColumnBase.  
Public PropertyTagAllows additional information to be stored for a ColumnBase  
Public PropertyVisibilityGets/Sets the Visibility of the ColumnBase  
Protected Properties
 NameDescription
Protected Internal PropertyDataFieldGets/Sets the DataField associated with this particular ColumnBase  
Protected PropertyPriorityPropertiesGets a List of properties that should be applied, before even trying to look at any other property on the object.  
Protected PropertyPropertiesToIgnoreGets a List of properties that shouldn't be saved when the PersistenceManager goes to save them.  
Protected Internal PropertyRequiresBoundDataKeyGets whether an exception should be thrown if the key associated with the ColumnBase doesn't correspond with a property in the data that this object represents.  
See Also