Version

UltraGridColumn Class Members

The following tables list the members exposed by UltraGridColumn.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAllowGroupByDetermines whether this column can be dragged into the GroupByBox to become a GroupBy column. The Default is resolved to True.  
Public PropertyAllowRowFilteringSet this to False to explicitly disable row filtering on this column.  
Public PropertyAllowRowSummariesIndicates whether to allow the user to be able to specify a summary for this column.  
Public PropertyAutoCompleteModeGets/sets the mode for automatic completion of text typed in the edit portion.  
Public PropertyAutoCompleteModeResolvedReturns the resolved value of the AutoCompleteMode property.  
Public PropertyAutoEditModeReturns or sets whether pressing a key automatically enters edit mode on the active cell.  
Public PropertyAutoSizeEditDetermines if the column will allow auto-expanding pop-up edit windows.  
Public PropertyAutoSizeModeSpecifies column autosizing mode. If UltraGridOverride.AllowColSizing is set to None, then this is ignored.  
Public PropertyAutoSuggestFilterModeGets/sets a value which determines the the filtering criteria for items which appear in the dropdown that is displayed when the AutoCompleteMode property is set to 'Suggest' or 'SuggestAppend'.  
Public PropertyAutoSuggestFilterModeResolvedReturns the resolved value of the AutoSuggestFilterMode property.  
Public PropertyBandReturns the associated Band object.  
Public PropertyButtonDisplayStyleReturns or sets a value that determines how cell buttons are displayed for a column's cells.  
Public PropertyCaseReturns or sets the case to use when editing or displaying column text.  
Public PropertyCellActivationReturns or sets a value that determines how an object will behave when it is activated.  
Public PropertyCellAppearanceDetermines the formatting attributes that will be applied to the cells in a band or the grid. Infragistics.Win.Appearance  
Public PropertyCellButtonAppearanceDetermines the formatting attributes that will be applied to the buttons in the cells of this column.  
Public PropertyCellClickActionReturns or sets a value that indicates what will occur when a cell is clicked.  
Public PropertyCellDisplayStyleCellDisplayStyle specifies how the cells get rendered. You can use this property to speed up rendering of cells by setting it to FormattedText or PlainText. Default is resolved to FullEditorDisplay.  
Public PropertyCellMultiLineDetermines if the cell's data should be displayed in a multi-line format.  
Public PropertyCellSizeResolvedResolved cell size. This property returns the actual width and the height of the cells associated with the column.  
Public PropertyCharacterCasingReturns or sets the case to use when editing or displaying column text.  
Public PropertyColSpanReturns or sets a value that determines the number of columns to skip when synchronizing columns across multiple bands.  
Public PropertyColumnChooserCaptionThe caption displayed in the column’s header in the column chooser. Default is resolved to the column header’s Caption.  
Public PropertyCustomFilterDialogCaptionThe caption displayed in the custom filter dialog for this column.  
Public PropertyDataTypeReturns the column's underlying data type. This property is read-only for bound columns.  
Public PropertyDefaultCellValueGets or sets the default cell value that will be assigned when new rows are added via the add-row feature or the add-new box.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditorGets or sets the editor that this column will use for editing and displaying cells. By default or when it's assigned null it will get the editor from the EditorControl property.  
Public PropertyEditorComponentComponent that implements IProvidesEmbeddableEditor. Attempt to set a component that does not implement IProvidesEmbeddableEditor interface will cause an exception.  
Public PropertyExcludeFromColumnChooserForces the column to be excluded from the column chooser control. This also specifies whether the user can unhide the column.  
Public PropertyFilterCellAppearanceDetermines the formatting attributes that will be applied to the associated cells in filter rows.  
Public PropertyFilterClearButtonVisibleSpecifies whether to display the filter clear button in the filter cells fo this column. Default is resolved to True.  
Public PropertyFilterComparisonStyleGets/Sets type of grid filter comparison style  
Public PropertyFilterComparisonTypeSpecifies whether the filtering is performed case-sensitive. Default is to perform filtering case-insensitive.  
Public PropertyFilterEvaluationTriggerSpecifies when the filter input into filter row cells is applied.  
Public PropertyFilterOperandDropDownItemsGets or sets the items that will be displayed by the grid when showing a dropdown filter list.  
Public PropertyFilterOperandStyleSpecifies the style of operand input in the filter row cells. Default is be resolved to UseColumnEditor for DateTime and Boolean columns and Combo for other types of columns. This can be overridden on each column using the column's FilterOperandStyle property.  
Public PropertyFilterOperatorAppearanceDetermines the formatting attributes that will be applied to the associated operator indicators in filter rows.  
Public PropertyFilterOperatorDefaultValueSpecifies the default value of the operator cells in the filter row. If operator cells are hidden, this is used as the filter operator for values entered in the associated filter operand cells. This can be overridden on each column. Default is resolved to Equals for DateTime and Boolean columns and StartsWith for other column types.  
Public PropertyFilterOperatorDropDownItemsSpecifies which operators to list in the operator drop down in filter rows. Default is resolved to a value that is based on the column's data type.  
Public PropertyFilterOperatorLocationSpecifies the style of operator input in the filter row cells. Default is resolved to WithOperand.  
Public PropertyFormatReturns or sets a string used to control the formatting of displayed text.  
Public PropertyFormatInfoGets or sets the culture specific information used to determine how values are formatted.  
Public PropertyFormulaSpecifies the formula. UltraGridBase.CalcManager property must be set to a valid instance of Infragistics.Win.CalcEngine.IUltraCalcManager for this property to have any affect.  
Public PropertyFormulaAbsoluteNameReturns the absolute name of the column that you can use to refer to it in formulas.  
Public PropertyFormulaDialogReferenceNodeReturns null.  
Public PropertyFormulaErrorAppearanceDetermines the formatting attributes that will be applied to the cells containing formula errors.  
Public PropertyFormulaErrorValueSpecifies the value to assign to the data source if the column’s formula evaluates to an error. If the column doesn’t have Formula set, this property is ignored.  
Public PropertyFormulaValueConverterInterface for providing custom logic for converting formula results and the formula source values.  
Public PropertyGroupReturns or sets the UltraGridGroup object that the column is associated with. This property is not available at design-time.  
Public PropertyGroupByComparerProperty used for specifying a custom comparer to sort group-by rows.  
Public PropertyGroupByEvaluatorProperty used to perform non-default group by comparisons.  
Public PropertyGroupByModeGets/sets the setting which determines how the values in this column will be grouped when using the 'OutlookGroupBy' setting for UltraGridLayout.ViewStyleBand.  
Public PropertyGroupByRowAppearanceGets or sets the default appearance of all the GroupByRows associated with this column.  
Public PropertyGroupByRowConnectorAppearanceDetermines the appearance of the area that exists to the left of the child rows of a GroupByRow.  
Public PropertyGroupResolvedReturns the group which contains the column.  
Public PropertyHasCellAppearanceReturns true if an CellAppearance object has been created.  
Public PropertyHasCellButtonAppearanceReturns true if an CellButtonAppearance object has been created.  
Public PropertyHasMaskLiteralsAppearanceReturns true if an CellAppearance object has been created.  
Public PropertyHeaderReturns the Header object associated with the column. This property is read-only at run-time. This property is not available at design-time.  
Public PropertyHiddenDetermines whether the object will be displayed. This property is not available at design-time.  
Public PropertyHiddenResolvedUnlike the Hidden property, this property takes into account whether the column is in a hidden group, or if the band is displaying groups and the column is not in any group.  
Public PropertyHiddenWhenGroupByDetermines if this column will be hidden when it is a groupby column. By default groupby columns are hidden.  
Public PropertyHiddenWhenParentGroupCollapsedDetermines if this column will be hidden when it's parent group is collapsed. 'Group' in this case refers to colunn grouping or UltraGridGroup and should not be confused with OutlookParentGroupCollapsed which affects the grouping of rows.  
Public PropertyIgnoreMultiCellOperationSpecifies whether to ignore multi-cell operations on cells of this column. Default value of the property is Default which is resolved to False. If set to True, any multi cell operations that will end up modifying the cell values will be ignored for the cells associated with this column.  
Public PropertyImeModeSpecifies the IME mode for the column.  
Public PropertyIndexThe index of this column in the band's column collection  
Public PropertyInitialSortDirectionGets or sets the initial sort direction.  
Public PropertyInvalidValueBehaviorSpecifies behavior when the user attempts to leave a cell after entering an invalid value.  
Public PropertyIsBoundIndicators whether this is a bound or unbound column. This property is read-only.  
Public PropertyIsChapteredReturns true if this is a chaptered column (represents a child set of rows)  
Public PropertyIsCloneGets if the column being accessed is a clone or not.  
Public PropertyIsFirstVisibleColumnOnLevelReturns true if this is the first visible column on this level. Note: Multiple levels are only supported within groups.  
Public PropertyIsGroupByColumnIndicates whether rows are grouped by this column or not. (Whether this is a group by column or not).  
Public PropertyIsReadOnlyReturns whether the column is read only (based on its bindings)  
Public PropertyIsVisibleInLayoutIndicates whether this column is visible in row-layout mode.  
Public PropertyKeyOverridden. Returns or sets a value that uniquely identifies an object in a collection.  
Public PropertyLayoutReturns the UltraGridLayout object that determines the layout of the object. This property is read-only at run-time.  
Public PropertyLevelReturns or sets the level of a band in which a column resides.  
Public PropertyLockedWidthDetermines if the width of the column can be changed by the user.  
Public PropertyMaskClipModeReturns or sets a value that determines how cell values for a column will be copied to the clipboard when data masking is in enabled.  
Public PropertyMaskDataModeReturns or sets a value that determines how cell values for a column will be stored by the data source when data masking is enabled.  
Public PropertyMaskDisplayModeReturns or sets a value that determines cell values will be displayed when the cells are not in edit mode and data masking is enabled.  
Public PropertyMaskInputReturns or sets the input mask associated with the masked edit control.  
Public PropertyMaskLiteralsAppearanceIf the cell has MaskInput set or is using a UltraMaskedEdit control then this appearance will be applied to the literal chars while in edit mode.  
Public PropertyMaxLengthReturns or sets the maximum length of the text that can be entered into a cell. Zero indicates that there is no limit.  
Public PropertyMaxValueSpecifies the maximum value that can be entered in the cell. Default value is null meaning no maximum constraint. The object assigned to this property should be the same type as the column's DataType or compatible otherwise it won't be honored.  
Public PropertyMaxValueExclusiveGets/sets the first value greater than the maximum value that can be entered in the cell. Default value is null (Nothing) meaning no maximum constraint. The object assigned to this property should be the same type as the column's DataType or compatible otherwise it won't be honored.  
Public PropertyMaxWidthReturns or sets the maximum width of the object in container units.  
Public PropertyMergedCellAppearanceDetermines the formatting attributes that will be applied to the merged cells.  
Public PropertyMergedCellContentAreaSpecifies whether to position the contents of a merged cell in the entire area of the merged cell or just the visible area of the merged cell. Default is resolved to VirtualRect.  
Public PropertyMergedCellEvaluationTypeSpecifies whether to merge cells based on their values or display text.  
Public PropertyMergedCellEvaluatorUsed for specifying custom logic for determining which cells should merge.  
Public PropertyMergedCellStyleSpecifies if and how cell merging is performed. Default is resolved to Never.  
Public PropertyMinLengthGets/sets the minimum length of the text that can be entered into a cell. The default value is 0.  
Public PropertyMinValueSpecifies the minimum value that can be entered in the cell. Default value is null meaning no minimum constraint. The object assigned to this property should be the same type as the column's DataType or compatible otherwise it won't be honored.  
Public PropertyMinValueExclusiveGets/sets the first value less than the minimum value that can be entered in the cell. Default value is null (Nothing) meaning no maximum constraint. The object assigned to this property should be the same type as the column's DataType or compatible otherwise it won't be honored.  
Public PropertyMinWidthReturns or sets the minimum width for a column.  
Public PropertyNullableDetermines how the control stores null or empty data in the database.  
Public PropertyNullTextReturns or sets the string displayed in cells with null values.  
Public PropertyNullTextResolvedReturns the string that will actually be used for cells that are null in this column..  
Public PropertyPadCharDetermines the pad character used for formatting text with mask.  
Public PropertyPromptCharReturns or sets a value that determines the prompt character used during masked input.  
Public PropertyPropertyDescriptorThe property descriptor is used for data binding  
Public PropertyProportionalResizeDetermines adjustment of column width when a group is resized.  
Public PropertyRegexPatternGets/sets a regular expression to which the cell values must conform. All of the characters in the cell's text must be a part of the match for validation to succeed.  
Public PropertyReserveSortIndicatorSpaceWhenAutoSizingGets or sets the value indicating when to reserve space for the sort indicator during an auto-size operation.  
Public PropertyReserveSortIndicatorSpaceWhenAutoSizingResolvedGets the resolved value of ReserveSortIndicatorSpaceWhenAutoSizing.  
Public PropertyRowFilterComparerComparer used to evaluate comparison operators for the row filtering functionality. The values passed in the Compare method of the IComparer will be the two values that are to be compareed.  
Public PropertyRowLayoutColumnInfoGets the instance of RowLayoutColumnInfo associated with this column.  
Public PropertyShowCalculatingTextSpecifies whether cells or summaries in the column will display "#Calculating" in when calculating with an UltraCalcManager.  
Public PropertySortComparerProperty used to perform custom sort comparisons when sorting rows by this column. The values passed in the Compare method of the IComparer will be two UltraGridCell objects.  
Public PropertySortComparisonTypeGets/sets the type of sorting which will be performed the column. Note, this setting can be set for all columns via the SortComparisonType property on the Override object.  
Public PropertySortIndicatorReturns or sets a value that indicates the sorted order of the column.  
Public PropertySpellCheckerGets/sets the component that will perform spell checking on this control.  
Public PropertyStyleDetermines the style of the column.  
Public PropertySupportDataErrorInfoSpecifies whether to make use of IDataErrorInfo interface implemented on the underlying row objects to display error info in the associated cells.  
Public PropertyTabIndexUsed for specifying the order the UltraGrid traverses the cells when tabbing. Default value is -1.  
Public PropertyTabStopDetermines if the cells in the column can get focus when tabbing through the columns.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTipStyleCellReturns or sets a value that determines whether a tip will be displayed when the mouse pauses over a cell.  
Public PropertyUseEditorMaskSettingsSpecifies whether to use the editor's mask related settings rather than the column's mask settings. Default value of this property is false.  
Public PropertyValueBasedAppearanceGets/sets the Infragistics.Win.IValueAppearance object that will be used to apply condition-based appearance resolution.  
Public PropertyValueListReturns a reference to a ValueList object containing the list of values used by a column. This property is not available at design-time.  
Public PropertyVertScrollBarReturns or sets a value that determines if a vertical scrollbar is displayed in a multiline cell.  
Public PropertyWidthDetermines the width of the column.  
Protected Properties
 NameDescription
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCalculateAutoResizeWidthOverloaded. Calculates the autoresize width.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetCellTextReturns the text that would be displayed by the editor in the cell if it were provided the specified cellVal. This method handles null as well as DBNull values.  
Public MethodGetHeaderCheckedStateReturns the current CheckState for the Header  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetReferenceFromContextReturns a Infragistics.Win.CalcEngine.IUltraCalcReference based on the context, or null if none are found.  
Public MethodGetRelatedVisibleColumnGet the next/previous/first or last column in this band based on each column header's ColumnHeader.VisiblePosition.  
Public MethodGetValueListResolvedReturns the ValueList from the editor owner of the cell.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodPerformAutoResizeOverloaded. Resizes the column based on the cell values in first nRows rows in the band.  
Public MethodResetResets the properties of the object to their default values.  
Public MethodResetAllowGroupByReset property to its default value  
Public MethodResetAllowRowFilteringResets AllowRowFiltering to its default value.  
Public MethodResetAllowRowSummariesResets AllowRowSummaries to its default value.  
Public MethodResetAutoCompleteModeResets the AutoCompleteMode property to its default value.  
Public MethodResetAutoEditModeResets the property to its default value  
Public MethodResetAutoSizeEditResets AutoSizeEdit to its default value.  
Public MethodResetAutoSizeModeResets the property to its default value.  
Public MethodResetAutoSuggestFilterModeResets the AutoSuggestFilterMode property to its default value.  
Public MethodResetButtonDisplayStyleResets ButttonDisplayStyle to its default value (OnMouseEnter).  
Public MethodResetCaseReset Case to its default value (unchanged).  
Public MethodResetCellActivationResets Activation to its default value (Allow Edit).  
Public MethodResetCellAppearanceReset Cells appearance  
Public MethodResetCellButtonAppearanceResets CellButtonAppearance  
Public MethodResetCellClickActionResets CellClickAction to its default value.  
Public MethodResetCellDisplayStyleResets the property to its default value.  
Public MethodResetCellMultiLineResets CellMultiLine to its default value.  
Public MethodResetCharacterCasingReset CharacterCasing to its default value (Normal).  
Public MethodResetColSpanResets ColSpan to its default value (1).  
Public MethodResetColumnChooserCaptionResets the property to its default value.  
Public MethodResetColumnChooserStateCacheResets any column chooser related information that's cached by the column chooser related column drag-and-drop operations.  
Public MethodResetCustomFilterDialogCaptionResets the property to its default value.  
Public MethodResetDataTypeResets DataType to its default value.  
Public MethodResetDefaultCellValueResets the property to its default value.  
Public MethodResetExcludeFromColumnChooserResets the property to its default value.  
Public MethodResetFilterCellAppearanceResets the property to its default value.  
Public MethodResetFilterClearButtonVisibleResets the property to its default value.  
Public MethodResetFilterComparisonStyleResets FilterComparisonStyle to its default value.  
Public MethodResetFilterComparisonTypeResets the property to its default value.  
Public MethodResetFilterEvaluationTriggerResets the property to its default value.  
Public MethodResetFilterOperandDropDownItemsResets the FilterOperandDropDownItems property to its default value.  
Public MethodResetFilterOperandStyleResets the property to its default value.  
Public MethodResetFilterOperatorAppearanceResets the property to its default value.  
Public MethodResetFilterOperatorDefaultValueResets the property to its default value.  
Public MethodResetFilterOperatorDropDownItemsResets the property to its default value.  
Public MethodResetFilterOperatorLocationResets the property to its default value.  
Public MethodResetFormatResets Format to its default value.  
Public MethodResetFormulaResets the property to its default value.  
Public MethodResetFormulaErrorAppearanceResets the FormulaErrorAppearance property to its default value.  
Public MethodResetFormulaErrorValueResets the FormulaErrorValue property to its default value of null (Nothing in VB).  
Public MethodResetGroupByModeResets the property to its default value.  
Public MethodResetGroupByRowAppearanceResets the GroupByRowAppearance property to its default value.  
Public MethodResetGroupByRowConnectorAppearanceResets the GroupByRowConnectorAppearance property to its default value.  
Public MethodResetHeaderResets Header to its default value.  
Public MethodResetHiddenResets Hidden to its default value (False.)  
Public MethodResetHiddenWhenGroupByResets the property to its default value  
Public MethodResetHiddenWhenParentGroupCollapsedResets the property to its default value  
Public MethodResetIgnoreMultiCellOperationResets the property to its default value.  
Public MethodResetImeModeReset property to its default value  
Public MethodResetInitialSortDirectionReset sort initial Sort Direction to Default  
Public MethodResetInvalidValueBehaviorResets the property to its default value.  
Public MethodResetIsGroupByColumnReset property to its default value  
Public MethodResetKeyOverridden. Resets Key to its default value ("").  
Public MethodResetLevelResets Level to its default value.  
Public MethodResetLockedWidthReset LockedWidth to its default value (False).  
Public MethodResetMaskClipModeResets MaskClipMode to its default value (raw data).  
Public MethodResetMaskDataModeResets MaskDataMode to its default value (raw).  
Public MethodResetMaskDisplayModeResets MaskDisplayMode to its default value (raw).  
Public MethodResetMaskInputResets MaskInput to its default value ("").  
Public MethodResetMaskLiteralsAppearanceReset Cells appearance  
Public MethodResetMaxDateThis method is obsolete. Use ResetMaxValue instead.  
Public MethodResetMaxLengthReset MaxLength to its default value (0).  
Public MethodResetMaxValueResets MaxValue to its default value.  
Public MethodResetMaxValueExclusiveResets MaxValueExclusive to its default value.  
Public MethodResetMaxWidthResets MaxWidth to its default value (0, meaning there is no minimum).  
Public MethodResetMergedCellAppearanceResets the property to its default value.  
Public MethodResetMergedCellContentAreaResets the property to its default value.  
Public MethodResetMergedCellEvaluationTypeResets the property to its default value.  
Public MethodResetMergedCellStyleResets the property to its default value.  
Public MethodResetMinDateThis method is obsolete. Use ResetMinValue instead.  
Public MethodResetMinLengthResets the property to its default value.  
Public MethodResetMinValueResets MinValue to its default value.  
Public MethodResetMinValueExclusiveResets MinValueExclusive to its default value.  
Public MethodResetMinWidthResets MinWidth to its default value (0, meaning there is no minimum).  
Public MethodResetNullableResets Nullable to its default value (Automatic).  
Public MethodResetNullTextResets NullText to its default value ("null").  
Public MethodResetPadCharResets PadChar to its default value ( ).  
Public MethodResetPromptCharResets PromptChar to its default value (_).  
Public MethodResetProportionalResizeResets ProportionalResize to its default value (False).  
Public MethodResetRegexPatternResets the property to its default value.  
Public MethodResetReserveSortIndicatorSpaceWhenAutoSizingResets ReserveSortIndicatorSpaceWhenAutoSizing to its default value.  
Public MethodResetRowLayoutColumnInfoResets the RowLayoutColumnInfo property to its default value.  
Public MethodResetShowCalculatingTextResets the property to its default value.  
Public MethodResetShowInkButtonResets the property to its default value.  
Public MethodResetSortComparisonTypeResets the property to its default value.  
Public MethodResetSortIndicatorReset sort Indicator to none  
Public MethodResetSpellCheckerResets the property to its default value.  
Public MethodResetStyleResets Style to its default value.  
Public MethodResetSupportDataErrorInfoResets the property to its default value.  
Public MethodResetTabIndexResets the property to its default value.  
Public MethodResetTabStopResets TabStop to its default value.  
Public MethodResetTipStyleCellResets the property to its default value  
Public MethodResetUseEditorMaskSettingsResets the UseEditorMaskSettings property to its default value of false.  
Public MethodResetValueBasedAppearanceResets the property to its default value.  
Public MethodResetValueListResets the ValueList property to its default value.  
Public MethodResetVertScrollBarResets VertScrollBar to its default value (False).  
Public MethodResetWidthResets Width to its default value (0).  
Public MethodSetHeaderCheckedStateOverloaded. Sets the CheckState of the Header of the provided RowsCollection.  
Public MethodShouldSerializeKeyOverridden. Returns True if this property is not set to its default value.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodSwapSwaps the location of this column with the specified swapColumn.  
Public MethodToStringReturns the key of the column  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetMinWidthReturns the minwidth value. If minwidth is zero it returns the default minimum  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAddedToCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnDisposeOverridden. Called when the object is disposed of  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnRemovedFromCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when another sub object that we are listening to notifies us that one of its properties has changed.  
Protected MethodResetEditorComponentReturns true if property needs to be serialized  
Protected MethodResetEditorControlReturns true if property needs to be serialized  
Protected MethodResetInternedKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeAllowGroupByReturns true if property needs to be serialized  
Protected MethodShouldSerializeAllowRowFilteringReturns true if this property is not set to its default value.  
Protected MethodShouldSerializeAllowRowSummariesReturns true if this property is not set to its default value  
Protected MethodShouldSerializeAutoCompleteModeReturns true if the AutoCompleteMode property has been set to a non-default value.  
Protected MethodShouldSerializeAutoSizeEditReturns true if this property is not set to its default value  
Protected MethodShouldSerializeAutoSizeModeReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeAutoSuggestFilterModeReturns true if the AutoSuggestFilterMode property has been set to a non-default value.  
Protected MethodShouldSerializeButtonDisplayStyleReturns true if this property is not set to its default value  
Protected MethodShouldSerializeCaseReturns true if this property is not set to its default value  
Protected MethodShouldSerializeCellActivationReturns true if this property is not set to its default value.  
Protected MethodShouldSerializeCellAppearanceReturns true if this property is not set to its default value.  
Protected MethodShouldSerializeCellButtonAppearanceReturns true if this property is not set to its default value.  
Protected MethodShouldSerializeCellDisplayStyleReturns true if the property has been set to a non-default value.  
Protected MethodShouldSerializeCellMultiLineReturns true if this property is not set to its default value  
Protected MethodShouldSerializeCharacterCasingReturns true if this property is not set to its default value  
Protected MethodShouldSerializeColSpanReturns true if this property is not set to its default value  
Protected MethodShouldSerializeDataTypeReturns true if this property is not set to its default value  
Protected MethodShouldSerializeDefaultCellValueReturns true of the property is set to a non-default value.  
Protected MethodShouldSerializeEditorComponentReturns true if property needs to be serialized  
Protected MethodShouldSerializeEditorControlReturns true if property needs to be serialized  
Protected MethodShouldSerializeFilterCellAppearanceReturns true if the property needs to be serialized.  
Protected MethodShouldSerializeFilterComparisonStyleReturns true if this property is not set to its default value.  
Protected MethodShouldSerializeFilterOperatorAppearanceReturns true if the property needs to be serialized.  
Protected MethodShouldSerializeFormulaReturns true if this property is set to a non-default value.  
Protected MethodShouldSerializeFormulaErrorAppearanceReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeFormulaErrorValueReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeGroupByRowAppearanceReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeGroupByRowConnectorAppearanceReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeHeaderReturns true if this property is not set to its default value.  
Protected MethodShouldSerializeHiddenReturns true if this property is not set to its default value.  
Protected MethodShouldSerializeHiddenWhenGroupByOverrideReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeIgnoreMultiCellOperationReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeImeModeReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeInitialSortDirectionReturns true if this property is not set to its default value  
Protected MethodShouldSerializeIsGroupByColumnReturns true if property needs to be serialized  
Protected MethodShouldSerializeLevelReturns true if this property is not set to its default value  
Protected MethodShouldSerializeLockedWidthReturns true if this property is not set to its default value  
Protected MethodShouldSerializeMaskClipModeReturns true if this property is not set to its default value  
Protected MethodShouldSerializeMaskDataModeReturns true if this property is not set to its default value  
Protected MethodShouldSerializeMaskDisplayModeReturns true if this property is not set to its default value  
Protected MethodShouldSerializeMaskLiteralsAppearanceReturns true if this property is not set to its default value.  
Protected MethodShouldSerializeMaxWidthReturns true if this property is not set to its default value  
Protected MethodShouldSerializeMergedCellAppearanceReturns true if the property needs to be serialized.  
Protected MethodShouldSerializeMergedCellContentAreaReturns true if the property needs to be serialized.  
Protected MethodShouldSerializeMergedCellEvaluationTypeReturns true if the property needs to be serialized.  
Protected MethodShouldSerializeMergedCellStyleReturns true if the property needs to be serialized.  
Protected MethodShouldSerializeMinLengthReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeMinWidthReturns true if this property is not set to its default value  
Protected MethodShouldSerializeNullableReturns true if this property is not set to its default value  
Protected MethodShouldSerializeNullTextReturns true if this property is not set to its default value  
Protected MethodShouldSerializePadCharReturns true if this property is not set to its default value  
Protected MethodShouldSerializePromptCharReturns true if this property is not set to its default value  
Protected MethodShouldSerializeProportionalResizeReturns true if this property is not set to its default value  
Protected MethodShouldSerializeRegexPatternReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeReserveSortIndicatorSpaceWhenAutoSizingReturns true if ReserveSortIndicatorSpaceWhenAutoSizing is not set to its default value.  
Protected MethodShouldSerializeRowLayoutColumnInfoReturns true if this property is not set to its default value  
Protected MethodShouldSerializeShowCalculatingTextReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeShowInkButtonReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeSortIndicatorReturns true if this property is not set to its default value  
Protected MethodShouldSerializeSpellCheckerReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeStyleReturns true if this property is not set to its default value  
Protected MethodShouldSerializeSupportDataErrorInfoReturns true if the property needs to be serialized.  
Protected MethodShouldSerializeTabStopReturns true if this property is not set to its default value  
Protected MethodShouldSerializeUseEditorMaskSettingsReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeValueBasedAppearanceReturns true if the property is set to a non-default value.  
Protected MethodShouldSerializeValueListReturns true if this property is not set to its default value.  
Protected MethodShouldSerializeVertScrollBarReturns true if this property is not set to its default value  
Protected MethodShouldSerializeWidthReturns true if this property is not set to its default value.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also