Version

ColumnLayout Class Members

The following tables list the members exposed by ColumnLayout.

Public Constructors
 NameDescription
Public ConstructorColumnLayout ConstructorOverloaded.   
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AutoGenerateColumnsPropertyIdentifies the AutoGenerateColumns dependency property.  
Public Fieldstatic (Shared in Visual Basic)ChildBandHeaderHeightPropertyIdentifies the ChildBandHeaderHeight dependency property.  
Public Fieldstatic (Shared in Visual Basic)ColumnLayoutHeaderVisibilityPropertyIdentifies the ColumnLayoutHeaderVisibility dependency property.  
Public Fieldstatic (Shared in Visual Basic)ColumnsFooterTemplatePropertyIdentifies the ColumnsFooterTemplate dependency property.  
Public Fieldstatic (Shared in Visual Basic)ColumnsHeaderTemplatePropertyIdentifies the ColumnsHeaderTemplate dependency property.  
Public Fieldstatic (Shared in Visual Basic)ColumnWidthPropertyIdentifies the ColumnWidth dependency property.  
Public Fieldstatic (Shared in Visual Basic)DeleteKeyActionPropertyIdentifies the DeleteKeyAction dependency property.  
Public Fieldstatic (Shared in Visual Basic)FooterRowHeightPropertyIdentifies the FooterRowHeight dependency property.  
Public Fieldstatic (Shared in Visual Basic)FooterVisibilityPropertyIdentifies the FooterVisibility dependency property.  
Public Fieldstatic (Shared in Visual Basic)HeaderRowHeightPropertyIdentifies the HeaderRowHeight dependency property.  
Public Fieldstatic (Shared in Visual Basic)HeaderTextHorizontalAlignmentPropertyIdentifies the HeaderTextHorizontalAlignment dependency property.  
Public Fieldstatic (Shared in Visual Basic)HeaderTextVerticalAlignmentPropertyIdentifies the HeaderTextVerticalAlignment dependency property.  
Public Fieldstatic (Shared in Visual Basic)HeaderVisibilityPropertyIdentifies the HeaderVisibility dependency property.  
Public Fieldstatic (Shared in Visual Basic)IndentationPropertyIdentifies the Indentation dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsAlternateRowsEnabledPropertyIdentifies the IsAlternateRowsEnabled dependency property.  
Public Fieldstatic (Shared in Visual Basic)MinimumRowHeightPropertyIdentifies the MinimumRowHeight dependency property.  
Public Fieldstatic (Shared in Visual Basic)RowHeightPropertyIdentifies the RowHeight dependency property.  
Public Fieldstatic (Shared in Visual Basic)TargetTypeNamePropertyIdentifies the TargetTypeName dependency property.  
Public Properties
 NameDescription
Public PropertyAddNewRowSettingsGets a reference to the AddNewRowSettingsOverride object that controls all the properties for the Infragistics.Controls.Grids.Primitives.AddNewRow on this ColumnLayout.  
Public PropertyAutoGenerateColumnsGets/sets whether the columns of the ColumnLayout should be generated if otherwise not specified.  
Public PropertyAutoGenerateColumnsResolvedResolves if ColumnBase objects should be generated automatically for this particular ColumnLayout  
Public PropertyCellStyleGets/Sets the System.Windows.Style that will be used for all CellControl objects on this ColumnBase. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Public PropertyCellStyleResolvedOverridden. Resolves the actual Style that will be applied to the CellControl  
Public PropertyChildBandHeaderHeightGets/Sets the RowHeight for the Infragistics.Controls.Grids.Primitives.ChildBand for a particular ColumnLayout  
Public PropertyChildBandHeaderHeightResolvedResolves the ChildBandHeaderHeight property for a particular ColumnLayout  
Public PropertyChildBandHeaderStyleGets/Sets the System.Windows.Style that will be used for all Infragistics.Controls.Grids.Primitives.ChildBandCellControl objects on this ColumnLayout.  
Public PropertyChildBandHeaderStyleResolvedResolves the actual Style that will be applied to the Infragistics.Controls.Grids.Primitives.ChildBandCellControl  
Public PropertyColumnChooserSettingsGets a reference to the ColumnChooserSettings object that controls all the properties for the Column Chooser on this ColumnLayout.  
Public PropertyColumnLayoutGets the ColumnLayout thats owns this ColumnBase (Inherited from Infragistics.Controls.Grids.ColumnBase)
Public PropertyColumnLayoutHeaderVisibilityGets/sets whether a header should be displayed for the ColumnLayout. The header generally contains the propertyName of the data field that owns the collection that the ColumnLayout is displaying.  
Public PropertyColumnLayoutHeaderVisibilityResolvedGets the actual visibility of the Infragistics.Controls.Grids.Primitives.ChildBand for this particular ColumnLayout  
Public PropertyColumnMovingSettingsGets a reference to the ColumnMovingSettings object that controls all the properties for moving columns on this ColumnLayout.  
Public PropertyColumnResizingSettingsGets a reference to the ColumnResizingSettingsOverride object that controls all the properties for resizing columns on this ColumnLayout.  
Public PropertyColumnsGets the ColumnBaseCollection that the ColumnLayout owns.  
Public PropertyColumnsFooterTemplateGets the System.Windows.DataTemplate that will be applied to the footer of every Column in this ColumnLayout.  
Public PropertyColumnsFooterTemplateResolvedGets the actual ColumnsFooterTemplate value of this ColumnLayout.  
Public PropertyColumnsHeaderTemplateGets the System.Windows.DataTemplate that will be applied to the header of every Column in this ColumnLayout.  
Public PropertyColumnsHeaderTemplateResolvedGets the actual ColumnsHeaderTemplate value of this ColumnLayout.  
Public PropertyColumnWidthGets/Sets the Width that will be applied to every Column in this particular ColumnLayout  
Public PropertyColumnWidthResolvedResolves the ColumnWidth property for a particular ColumnLayout  
Public PropertyDataTypeThe DataType that the column's data is derived from. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Public PropertyDeferredScrollingSettingsGets a reference to the DeferredScrollingSettingsOverride object that controls all the properties for DeferredScrolling on this ColumnLayout.  
Public PropertyDeleteKeyActionGets/Sets the action that should be taken when the Delete Key is pressed for a specific ColumnLayout  
Public PropertyDeleteKeyActionResolvedResolves the DeleteKeyAction property for a particular ColumnLayout  
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. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Public PropertyEditingSettingsGets a reference to the EditingSettings object that controls all the properties for moving columns on this ColumnLayout.  
Public PropertyExpansionIndicatorSettingsGets a reference to the ExpansionIndicatorSettings object that controls all the properties of the Infragistics.Controls.Grids.Primitives.ExpansionIndicatorColumn of this ColumnLayout.  
Public PropertyFillerColumnSettingsGets an object that contains settings that pertain to the Infragistics.Controls.Grids.Primitives.FillerColumn of a particular ColumnLayout.  
Public PropertyFilteringSettingsGets a reference to the FilteringSettingsOverride object that controls all the properties for the Infragistics.Controls.Grids.Primitives.FilterRow on this ColumnLayout.  
Public PropertyFixedColumnSettingsGets a reference to the FixedColumnSettings object that controls all the properties concerning locking Column objects to the left or right side of the XamGrid for a particular ColumnLayout  
Public PropertyFooterRowHeightGets/Sets the RowHeight for the Infragistics.Controls.Grids.Primitives.FooterRow for a particular ColumnLayout  
Public PropertyFooterRowHeightResolvedResolves the FooterRowHeight property for a particular ColumnLayout  
Public PropertyFooterStyleGets/Sets the System.Windows.Style that will be used for all Infragistics.Controls.Grids.Primitives.FooterCellControl objects on this ColumnBase. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Public PropertyFooterStyleResolvedOverridden. Resolves the actual Style that will be applied to the Infragistics.Controls.Grids.Primitives.FooterCellControl  
Public PropertyFooterVisibilityGets/sets the visibility of the Footer of the ColumnLayout.  
Public PropertyFooterVisibilityResolvedResolves if the Infragistics.Controls.Grids.Primitives.FooterRow of this ColumnLayout is actually Visible.  
Public PropertyGridGets the XamGrid that the ColumnLayout belongs to.  
Public PropertyGroupBySettingsGets a reference to the GroupBySettingsOverride object that controls all the properties for grouping data by columns on this ColumnLayout.  
Public PropertyHeaderRowHeightGets/Sets the RowHeight for the Infragistics.Controls.Grids.Primitives.HeaderRow for a particular ColumnLayout  
Public PropertyHeaderRowHeightResolvedResolves the HeaderRowHeight property for a particular ColumnLayout  
Public PropertyHeaderStyleGets/Sets the System.Windows.Style that will be used for all Infragistics.Controls.Grids.Primitives.HeaderCellControl objects on this ColumnBase. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Public PropertyHeaderStyleResolvedOverridden. Resolves 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. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Public PropertyHeaderTextGets/Sets the text that will be displayed in the Header. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Public PropertyHeaderTextHorizontalAlignmentGets/sets the System.Windows.HorizontalAlignment of the content for each Column in this particular ColumnLayout  
Public PropertyHeaderTextHorizontalAlignmentResolvedGets the actual System.Windows.HorizontalAlignment of the content for each Column in this particular ColumnLayout  
Public PropertyHeaderTextVerticalAlignmentGets/sets the System.Windows.VerticalAlignment of the content for each Column in this particular ColumnLayout  
Public PropertyHeaderTextVerticalAlignmentResolvedGets the actual System.Windows.VerticalAlignment of the content for each Column in this particular ColumnLayout  
Public PropertyHeaderVisibilityGets/sets the visibility of the Header of the ColumnLayout.  
Public PropertyHeaderVisibilityResolvedResolves if the Infragistics.Controls.Grids.Primitives.HeaderRow of this ColumnLayout is actually Visible.  
Public PropertyIndentationGets/Sets the Indentation of the ColumnLayout.  
Public PropertyIndentationResolvedResolves what the actual Indentation of this ColumnLayout should be.  
Public PropertyIsAlternateRowsEnabledGets/sets whether Alternate Row styling is enabled.  
Public PropertyIsAlternateRowsEnabledResolvedResolves if this ColumnLayout had Alternate row styling.  
Public PropertyIsAutoGeneratedGets whether or not the ColumnBase was predefined, or generated by the XamGrid based on the underlying data. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Public PropertyIsHideableGets/sets whether a ColumnBase can be hidden via the UI. (Inherited from Infragistics.Controls.Grids.ColumnBase)
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. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Public PropertyMinimumRowHeightGets/Sets the Minimum Height for every RowBase on this particular ColumnLayout  
Public PropertyMinimumRowHeightResolvedResolves the MinimumRowHeight property for a particular ColumnLayout  
Public PropertyPagerSettingsGets a reference to the PagerSettings object that controls all the properties for paging rows on this ColumnLayout.  
Public PropertyRowHeightGets/Sets the Height that will be applied to every row in this particular ColumnLayout  
Public PropertyRowHeightResolvedResolves the RowHeight property for a particular ColumnLayout  
Public PropertyRowSelectorSettings/// Gets a reference to the RowSelectorSettings object that controls all the properties of the Infragistics.Controls.Grids.Primitives.RowSelectorColumn of this ColumnLayout.  
Public PropertySortingSettingsGets a reference to the SortingSettings object that controls all the properties for sorting columns on this ColumnLayout.  
Public PropertySummaryRowSettingsGets a reference to the SummaryRowSettingsOverride object that controls all the properties for the Infragistics.Controls.Grids.Primitives.SummaryRow on this ColumnLayout.  
Public PropertyTagAllows additional information to be stored for a ColumnBase (Inherited from Infragistics.Controls.Grids.ColumnBase)
Public PropertyTargetTypeNameGet/Sets the System.Type.Name or System.Type.FullName that this ColumnLayout object should represent.  
Public PropertyVisibilityGets/Sets the Visibility of the ColumnBase (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected Properties
 NameDescription
Protected Internal PropertyColumnLayoutFilteringObjectUsed by Filtering, this object is used when the FilteringScope evaluates out to ColumnLayout. It allows for objects in template columns to be bound to a common object.  
Protected Internal PropertyConditionalFormatCollectionGets the Conditional Formats that have been set to sub columns on this ColumnLayout.  
Protected Internal PropertyDataFieldGets/Sets the DataField associated with this particular ColumnBase (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected Internal PropertyDefaultDataObjectGets / sets the object that will be used to compare against an object in the AddNewRow to detect if the AddNewRow is dirty.  
Protected Internal PropertyInternalTemplateGets/Sets the System.Windows.DataTemplate that, if set, will be displayed instead of the rows that this ColumnLayout represents.  
Protected Internal PropertyObjectDataTypeThe Type that the column's data is derived from.  
Protected Internal PropertyObjectDataTypeInfoThe Type that the column's data is derived from.  
Protected PropertyPriorityPropertiesGets a List of properties that should be applied, before even trying to look at any other property on the object. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected PropertyPropertiesToIgnoreGets a List of properties that shouldn't be saved when the PersistenceManager goes to save them. (Inherited from Infragistics.Controls.Grids.ColumnBase)
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. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Public Methods
 NameDescription
Public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodDisposeOverloaded. Releases the unmanaged resources used by the ColumnLayout and optionally releases the managed resources.  
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Protected Methods
 NameDescription
Protected Internal MethodBuildFiltersOverloaded. For a single column, based of the cell, clears any existing filtering conditions and creates a new condition based on current information.  
Protected Internal MethodBuildNullableFilterThis is used by the FilterMenu to build filters for (Null) cases.  
Protected Internal MethodClearCachedRowsUsed to notify attached RowsManagers to clear their cached rows.  
Protected MethodFinishedLoadingPersistenceAllows an object to perform an operation, after it's been loaded. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected MethodInitObjectThis method is used to setup the object that was just created.  
Protected Internal MethodInvalidateConditionalFormattingThis method is to be called when you need the grid to update it's visual tree due to a change in ConditionalFormatting  
Protected Internal MethodInvalidateDataTriggers all Data operations such as sorting and GroupBy to be invalidated.  
Protected Internal MethodInvalidateFilteringThis method is to be called when you need the grid to update its visual tree due to a change in the Filtering.  
Protected Internal MethodInvalidateGroupByThis method is to be called when you need the grid to update its visual tree due to a change in the GroupBy.  
Protected Internal MethodInvalidateGroupByResetThis method is to be called when you need the grid to update its visual tree due to a change in the GroupBy.  
Protected Internal MethodInvalidateSortingThis method is to be called when you need the grid to update its visual tree due to a change in the sorting order.  
Protected Internal MethodInvalidateSummariesThis method is to be called when you need to grid to update it's visual tree due to a change in Summaries.  
Protected MethodLoad  
Protected Internal MethodOnChildColumnLayoutAddedInvoked when a ColumnLayout is added to the Columns collection of this ColumnLayout.  
Protected Internal MethodOnChildColumnLayoutRemovedInvoked when a ColumnLayout is removed from the Columns collection of this ColumnLayout.  
Protected Internal MethodOnColumnAddedInvoked when a ColumnBase has been added to this ColumnLayout  
Protected MethodOnColumnLayoutChangedRaised when the a ColumnLayout is assigned or removed from this ColumnBase (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected Internal MethodOnColumnRemovedInvoked when a ColumnBase has been removed from this ColumnLayout.  
Protected MethodOnDataTypeChangedRaised when the DataType of the ColumnBase is changed. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected MethodOnPropertyChangedOverloaded. Overridden. Invoked when a property of the object has been changed.  
Protected Internal MethodOnStyleChangedOverridden. Raised when any of the Style properties of the ColumnLayout have changed;  
Protected MethodOnVisibilityChangedOverridden. Raised when the Visiblity of a ColumnLayout has changed.  
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.DependencyObjectNotifier)
Protected Internal MethodRefreshSummaryRowVisualThis method communicates to the RowsManager that the SummaryRow should be redrawn.  
Protected Internal MethodResolveValueOverloaded. If the DataType is available, uses Convert to cast the inputted value. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected MethodSave  
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.DependencyObjectNotifier)
See Also