Version

UltraGridFilterRow Class Members

The following tables list the members exposed by UltraGridFilterRow.

Protected Fields
 NameDescription
Protected FieldselectedValueThe internal selectedValue state of the item. (Inherited from Infragistics.Win.UltraWinGrid.GridItemBase)
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAccessibilityObjectReturns the accesible object representing the data area of the grid. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyActivatedIndicates whether this is the active row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyActivationReturns or sets a value that determines how an object will behave when it is activated. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyAllAncestorsExpandedReturns True if this row's parent row and all its ancestors are expanded. This property is read-only. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyAllowFixingSpecifies whether the user is allowed to fix the row. This property disables the user interface for this row. Default value is Default. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyAppearanceReturns or sets the Appearance object that controls the object's formatting. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyAutoPreviewEnabledReturns a value that determines whether the AutoPreview area will be displayed. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyAutoPreviewHeightOverridden. Overridden. Always returns 0 as the filter row never displays an auto-preview.  
Public PropertyAutoPreviewHiddenDetermines if the Description will be displayed in the AutoPreview area for this row. This property is not available at design-time. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyBandReturns the UltraGridBand 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.UltraGridRow)
Public PropertyBorderStyleCellResolvedOverridden. Gets the resolved border style of the cells in this row.  
Public PropertyCardCaptionReturns or sets the text that will be displayed as the card's caption. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyCellAppearanceDetermines the formatting attributes that will be applied to the cells in a row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyCellsReturns a reference to a collection of UltraGridCell objects. This property is read-only at run-time. This property is not available at design-time. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyChildBandsThe read-only collection of UltraGridChildBand objects that contain the child rows for this row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyDataChangedReturns a value that determines whether the data in a cell or row has been changed, but not committed to the data source. This property is read-only at run-time. This property is not available at design-time. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyDataErrorInfoAllows getting or setting of IDataErrorInfo data for this UltraGridRow. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyDataErrorInfoResolvedReturns a UltraGridRow.ResolvedUltraGridRowDataErrorInfo object which returns the resolved error information for the row, including teh UltraGridRow.DataErrorInfo and any IDataErrorInfo information provided by the UltraGridRow.ListObject. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyDescriptionReturns or sets the text that will be displayed as a description. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyExpandedReturns or sets whether the row is expanded. This property is not available at design-time. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyExpansionIndicatorReturns or sets a value that determines whether row expansion (plus/minus) indicators are displayed. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyFixedGets or sets the fixed state of the row. Setting this property to false unfixes the row if it's fixed and setting it to true fixes the row if it's unfixed. The row is fixed on top or bottom depending on the UltraGridOverride.FixedRowStyle setting. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyFixedHeightReturns or sets a value that determines whether a row can be sized by the user. This property is not available at design-time. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyFixedResolvedGets the actual fixed state of the row. This value can differ from the Fixed property's value in situations where the row is not actually fixed. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyHasAppearanceReturns true if the appearance object has been allocated for the UltraGridRow.Appearance property. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyHasCellAppearanceReturns true if the appearance object has been allocated for the UltraGridRow.CellAppearance property. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyHasExpansionIndicatorReturns true if the row should display an expansion indicator (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyHasPreviewAppearanceReturns true if the appearance object has been allocated for the UltraGridRow.PreviewAppearance property. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyHasRowSelectorAppearanceReturns true if the appearance object has been allocated for the UltraGridRow.RowSelectorAppearance property. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyHeightReturns or sets the height of the row (excluding spacing). (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyHiddenOverridden. Overridden. Determines whether the row will be displayed. This property is not available at design-time.  
Public PropertyHiddenResolvedReturns true if the hidden property for this row is set to true or any of this row's ancestor rows have their hidden property set to true. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIndexThe index of this row in its parent collection (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyInInitializeRowEventThis property returns True if the UltraGrid.InitializeRow event is in process for the current row. It will return False outside of InitializeRow. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIsActiveRowReturns True if the current row is the active row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIsAddRowIndicates whether this row is an add-row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIsAlternateReturns whether the current row is an alternate row. Alternate rows can have their own appearance settings. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIsCardOverridden. Returns whether this row is being displayed in Card View mode.  
Public PropertyIsCardCompressedIndicates whether the card is compressed or expanded. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIsDataRowReturns true if the row is associated with a row in the data source. This property returns false for group-by rows, filter rows, template add-rows and summary rows. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridSpecialRowBase)
Public PropertyIsDeletedReturns True if the row has been deleted but the UltraGridRow object has not yet been destroyed. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIsEmptyMessageRowIndicates whether the row is an EmptyMessageRow. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIsEmptyRowReturns true if this row is an instance of UltraGridEmptyRow. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIsExpandableReturns true if the band's Expandable property is true and the band has child bands that aren't hidden. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIsExpandedReturns true if the row is expanded in the display. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIsFilteredOutIndicates whether the row is filtered out or not. A filtered out row is a row that does not pass the filter criteria. Filter criteria can be sepcified by UltraGridBand.ColumnFilters or RowsCollection.ColumnFilters property depending on the UltraGridOverride.RowFilterMode setting. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIsFilterRowOverridden. Overridden. Returns true since this is the filter row.  
Public PropertyIsGroupByRowIndicates whether this is a group-by row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIsPlaceHolderRowIndicates whether the row is a placeholder row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIsStillValidTrue only if this row and all of its ancestor rows are still valid (read-only). (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIsSummaryRowIndicates whether the row is a summary row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIsTabStopProperty: Returns true only if tab stop (Inherited from Infragistics.Win.UltraWinGrid.GridItemBase)
Public PropertyIsTemplateAddRowIndicates whether this row is a template add-row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyIsUnmodifiedTemplateAddRowIndicates whether this row is an add-row that was added via template-add row and hasn't been modified by the user yet. If this property returns true then it won't show any child template add-row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyListIndexReturns the index corresponding to this row from the IList that the control is bound to. Return value of -1 indicates that a row has been deleted or doesn't exist anymore. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyListObjectReturns the object corresponding to this row from the IList that the control is bound to. Returns Null if this is an UltraGridGroupByRow. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyParentCollectionReturns the rows collection this row belongs to (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyParentRowReturns this row's parent row which could be an UltraGridRow instance or an UltraGridGroupByRow instance. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyPreviewAppearanceReturns or sets the Appearance object that controls the formatting of row's AutoPreview area. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyRowEditTemplateGets or sets the template used for editing the row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyRowEditTemplateResolvedReturns the row's RowEditTemplate, if set; otherwise, returns the template associated with the band. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyRowSelectorAppearanceDetermines how the row selectors will look. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyRowSelectorNumberReturns the number that's going to be displayed in the row selector. Retruns -1 if row selector number style is set to None. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyRowSpacingAfterReturns or sets the amount of spacing (in pixels) rendered before a row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyRowSpacingAfterResolvedReturns the actual value used for RowSpacingAfter for this row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyRowSpacingBeforeReturns or sets the amount of spacing (in pixels) rendered before a row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyRowSpacingBeforeResolvedReturns the actual value used for RowSpacingBefore for this row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertySelectedProperty: gets/sets whether the row is selected. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyShowAsExpandedReturns true if the Row's expansion indicator indicates that the row is expanded (appears as a minus sign.) This property is read-only. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyStartsNewPrintedPageSpecifies if the row should be the start of a new printed page when printing the grid.

If the band containing the row is displayed using card view then this property has no affect on the printing of the cards.

(Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyToolTipTextSpecifies the tooltip to display when the user hovers the mouse over the header. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public PropertyVisibleIndexReturns the index of this row in its parent collection, relative to all other visible rows. Hidden rows are not counted. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Protected Properties
 NameDescription
Protected PropertyIsRowHeightDirtyReturns true if the row height needs to be re-initialized (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodActivateActivates row. Returns true if the operation was cancelled. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodApplyFiltersApplies the filters currently input into the filter row.  
Public Methodstatic (Shared in Visual Basic)ApplyNewFiltersHelperOverloaded. For Infragistics internal use only. Applies the new filters and fires any necessary events.  
Public MethodCancelUpdateCancels the update of the row or cell when data has been changed (similar to pressing ESC). (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodCollapseAllCollapses every row in the band and discards all of the expand/collapse information for the child rows. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
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 MethodDeallocateCellsReleases allocated cell objects. Cells are allocated lazily as they are accessed. This method is for releasing cells that have been allocated so for. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodDeleteOverloaded. Deletes the row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodExpandAllExpands all rows (and bands, if applicable) in the object. Ignores the existing expanded/collapsed state of any rows or bands. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodExpandAncestorsEnsures that all ancestor rows are expanded. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodGetCellActivationResolvedReturns the resolved activation of the cell associated with this row and the column. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodGetCellSizeResolvedReturns the resolved size of the cell for the specified column in this row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodGetCellTextReturns the text for a cell. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodGetCellValueOverloaded. Overridden. Overridden. Returns the filter operand value.  
Public MethodGetChildOverloaded. Returns a reference to the first or last child row of a row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodGetEditorResolvedOverridden. Gets the resolved editor for the cell associated with this row and the specified column.  
Public MethodGetExportValueGets the Value of the cell that should be used for exporting. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetSiblingOverloaded. Returns a sibling row (if any exist) (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodGetUIElementOverloaded. Returns the UltraGridUIElement object that is associated with an object. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodGetValueListResolvedOverridden.   
Public MethodHasCellOverloaded. Indicates if cell associated with the specified column has been created. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodHasChildOverloaded. Returns a Boolean expression indicating whether a row has a child row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodHasNextSiblingOverloaded. Returns a Boolean expression indicating whether a row has a sibling row below it. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodHasParentOverloaded. Returns true if the row has a parent row. If the ParentRow is null then returns false. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodHasPrevSiblingOverloaded. Returns a Boolean expression indicating whether a row has a sibling row above it. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodMeetsCriteriaOverloaded. Returns true if the row meets the criteria specified by the passed in filter condition. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodPerformAutoSizeResizes the row based on its contents. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodRefreshOverloaded. Refresh the display and/or refetch the data with or without events. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodRefreshFiltersRe-evaluates the filter conditions on this row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodRefreshSortPositionIf the row is not at correct sort position, this method will reposition the row in the rows collection based on the current sort criteria. Also if it's in the wrong group, it will put it under appropriate group by row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodResetAllowFixingResets AllowFixing property to its default value of Default. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodResetToolTipTextResets the property to its default value of false. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodResolveAppearanceOverloaded. Resolves the row object's appearance and sets the resolved values on the specified appearance data structure. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodResolveCellAppearanceOverloaded. Resolves all of a cell's appearance properties (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodResolveMergedCellAppearanceResolves appearance for the merged cell associated with this cell. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodResolveRowSelectorAppearanceOverloaded. Resolves all of the appearance properties for the row selector (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShowEditTemplateShows the RowEditTemplate associated with the row, if any. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Public MethodUpdateOverridden. Update does not do anything in this context because this is not a data row. It has no associated list object in the binding list. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridSpecialRowBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedCalled when a property has changed on a sub object (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also