The following tables list the members exposed by TemplateColumnLayout.
Name | Description | |
---|---|---|
TemplateColumnLayout Constructor |
Name | Description | |
---|---|---|
ColumnLayoutFilteringObject | Used 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. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
ConditionalFormatCollection | Gets the Conditional Formats that have been set to sub columns on this ColumnLayout. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
DataField | Gets/Sets the DataField associated with this particular ColumnBase (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
DefaultDataObject | Gets / sets the object that will be used to compare against an object in the AddNewRow to detect if the AddNewRow is dirty. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
InternalTemplate | Gets/Sets the System.Windows.DataTemplate that, if set, will be displayed instead of the rows that this ColumnLayout represents. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
ObjectDataType | The Type that the column's data is derived from. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
ObjectDataTypeInfo | The Type that the column's data is derived from. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
PriorityProperties | Gets 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) | |
PropertiesToIgnore | Gets a List of properties that shouldn't be saved when the PersistenceManager goes to save them. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
RequiresBoundDataKey | Overridden. Gets 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. |
Name | Description | |
---|---|---|
ClearValue | Overloaded. 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) | |
CoerceValue | Coerces 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) | |
Dispose | Overloaded. Releases the unmanaged resources used by the ColumnLayout and optionally releases the managed resources. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
BuildFilters | Overloaded. For a single column, based of the cell, clears any existing filtering conditions and creates a new condition based on current information. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
BuildNullableFilter | This is used by the FilterMenu to build filters for (Null) cases. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
ClearCachedRows | Used to notify attached RowsManagers to clear their cached rows. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
FinishedLoadingPersistence | Allows an object to perform an operation, after it's been loaded. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
InitObject | This method is used to setup the object that was just created. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
InvalidateConditionalFormatting | This method is to be called when you need the grid to update it's visual tree due to a change in ConditionalFormatting (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
InvalidateData | Triggers all Data operations such as sorting and GroupBy to be invalidated. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
InvalidateFiltering | This method is to be called when you need the grid to update its visual tree due to a change in the Filtering. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
InvalidateGroupBy | This method is to be called when you need the grid to update its visual tree due to a change in the GroupBy. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
InvalidateGroupByReset | This method is to be called when you need the grid to update its visual tree due to a change in the GroupBy. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
InvalidateSorting | This method is to be called when you need the grid to update its visual tree due to a change in the sorting order. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
InvalidateSummaries | This method is to be called when you need to grid to update it's visual tree due to a change in Summaries. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
Load | (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
OnChildColumnLayoutAdded | Invoked when a ColumnLayout is added to the Columns collection of this ColumnLayout. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
OnChildColumnLayoutRemoved | Invoked when a ColumnLayout is removed from the Columns collection of this ColumnLayout. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
OnColumnAdded | Invoked when a ColumnBase has been added to this ColumnLayout (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
OnColumnLayoutChanged | Raised when the a ColumnLayout is assigned or removed from this ColumnBase (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
OnColumnRemoved | Invoked when a ColumnBase has been removed from this ColumnLayout. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
OnDataTypeChanged | Raised when the DataType of the ColumnBase is changed. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
OnPropertyChanged | Overloaded. Invoked when a property of the object has been changed. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
OnStyleChanged | Raised when any of the Style properties of the ColumnLayout have changed; (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
OnVisibilityChanged | Raised when the Visiblity of a ColumnLayout has changed. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
RaisePropertyChangedEvent | (Inherited from Infragistics.DependencyObjectNotifier) | |
RefreshSummaryRowVisual | This method communicates to the RowsManager that the SummaryRow should be redrawn. (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
ResolveValue | Overloaded. If the DataType is available, uses Convert to cast the inputted value. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
Save | (Inherited from Infragistics.Controls.Grids.ColumnLayout) | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.DependencyObjectNotifier) |