The following tables list the members exposed by UltraGridSpecialRowBase.
Name | Description | |
---|---|---|
selectedValue | The internal selectedValue state of the item. (Inherited from Infragistics.Win.UltraWinGrid.GridItemBase) | |
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
AccessibilityObject | Returns the accesible object representing the data area of the grid. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
Activated | Indicates whether this is the active row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
Activation | Returns or sets a value that determines how an object will behave when it is activated. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
AllAncestorsExpanded | Returns True if this row's parent row and all its ancestors are expanded. This property is read-only. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
AllowFixing | Specifies 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) | |
Appearance | Returns or sets the Appearance object that controls the object's formatting. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
AutoPreviewEnabled | Returns a value that determines whether the AutoPreview area will be displayed. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
AutoPreviewHeight | Overridden. Overridden. Always returns 0 as the filter row never displays an auto-preview. | |
AutoPreviewHidden | Determines 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) | |
Band | Returns 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) | |
BorderStyleCellResolved | Gets the resolved border style of the cells in this row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
CardCaption | Returns or sets the text that will be displayed as the card's caption. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
CellAppearance | Determines the formatting attributes that will be applied to the cells in a row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
Cells | Returns 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) | |
ChildBands | The read-only collection of UltraGridChildBand objects that contain the child rows for this row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
DataChanged | Returns 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) | |
DataErrorInfo | Allows getting or setting of IDataErrorInfo data for this UltraGridRow. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
DataErrorInfoResolved | Returns a UltraGridRow.ResolvedUltraGridRowDataErrorInfo object which returns the resolved error information for the row, including teh DataErrorInfo and any IDataErrorInfo information provided by the ListObject. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
Description | Returns or sets the text that will be displayed as a description. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
Expanded | Returns or sets whether the row is expanded. This property is not available at design-time. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
ExpansionIndicator | Returns or sets a value that determines whether row expansion (plus/minus) indicators are displayed. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
Fixed | Gets 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) | |
FixedHeight | Returns 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) | |
FixedResolved | Gets 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) | |
HasAppearance | Returns true if the appearance object has been allocated for the Appearance property. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
HasCellAppearance | Returns true if the appearance object has been allocated for the CellAppearance property. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
HasExpansionIndicator | Returns true if the row should display an expansion indicator (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
HasPreviewAppearance | Returns true if the appearance object has been allocated for the PreviewAppearance property. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
HasRowSelectorAppearance | Returns true if the appearance object has been allocated for the RowSelectorAppearance property. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
Height | Returns or sets the height of the row (excluding spacing). (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
Hidden | Determines whether the object will be displayed. This property is not available at design-time. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
HiddenResolved | Returns 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) | |
Index | The index of this row in its parent collection (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
InInitializeRowEvent | This 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) | |
IsActiveRow | Returns True if the current row is the active row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
IsAddRow | Indicates whether this row is an add-row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
IsAlternate | Returns whether the current row is an alternate row. Alternate rows can have their own appearance settings. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
IsCard | Returns whether this row is being displayed in Card View mode. This property is read-only. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
IsCardCompressed | Indicates whether the card is compressed or expanded. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
IsDataRow | Overridden. Returns 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. | |
IsDeleted | Returns True if the row has been deleted but the UltraGridRow object has not yet been destroyed. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
IsEmptyMessageRow | Indicates whether the row is an EmptyMessageRow. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
IsEmptyRow | Returns true if this row is an instance of UltraGridEmptyRow. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
IsExpandable | Returns 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) | |
IsExpanded | Returns true if the row is expanded in the display. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
IsFilteredOut | Indicates 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) | |
IsFilterRow | Indicates whether the row is a filter row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
IsGroupByRow | Indicates whether this is a group-by row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
IsPlaceHolderRow | Indicates whether the row is a placeholder row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
IsStillValid | True only if this row and all of its ancestor rows are still valid (read-only). (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
IsSummaryRow | Indicates whether the row is a summary row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
IsTabStop | Property: Returns true only if tab stop (Inherited from Infragistics.Win.UltraWinGrid.GridItemBase) | |
IsTemplateAddRow | Indicates whether this row is a template add-row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
IsUnmodifiedTemplateAddRow | Indicates 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) | |
ListIndex | Returns 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) | |
ListObject | Returns 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) | |
ParentCollection | Returns the rows collection this row belongs to (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
ParentRow | Returns this row's parent row which could be an UltraGridRow instance or an UltraGridGroupByRow instance. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
PreviewAppearance | Returns or sets the Appearance object that controls the formatting of row's AutoPreview area. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
RowEditTemplate | Gets or sets the template used for editing the row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
RowEditTemplateResolved | Returns the row's RowEditTemplate, if set; otherwise, returns the template associated with the band. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
RowSelectorAppearance | Determines how the row selectors will look. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
RowSelectorNumber | Returns 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) | |
RowSpacingAfter | Returns or sets the amount of spacing (in pixels) rendered before a row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
RowSpacingAfterResolved | Returns the actual value used for RowSpacingAfter for this row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
RowSpacingBefore | Returns or sets the amount of spacing (in pixels) rendered before a row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
RowSpacingBeforeResolved | Returns the actual value used for RowSpacingBefore for this row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
Selected | Property: gets/sets whether the row is selected. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
ShowAsExpanded | Returns 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) | |
StartsNewPrintedPage | Specifies 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) | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ToolTipText | Specifies the tooltip to display when the user hovers the mouse over the header. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
VisibleIndex | Returns 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) |
Name | Description | |
---|---|---|
IsRowHeightDirty | Returns true if the row height needs to be re-initialized (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
Activate | Activates row. Returns true if the operation was cancelled. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
CancelUpdate | Cancels the update of the row or cell when data has been changed (similar to pressing ESC). (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
CollapseAll | Collapses every row in the band and discards all of the expand/collapse information for the child rows. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
DeallocateCells | Releases 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) | |
Delete | Overloaded. Deletes the row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
ExpandAll | Expands 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) | |
ExpandAncestors | Ensures that all ancestor rows are expanded. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetCellActivationResolved | Returns the resolved activation of the cell associated with this row and the column. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetCellSizeResolved | Returns the resolved size of the cell for the specified column in this row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetCellText | Returns the text for a cell. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetCellValue | Overloaded. Overridden. Overridden. Returns the filter operand value. | |
GetChild | Overloaded. Returns a reference to the first or last child row of a row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetEditorResolved | Gets the resolved editor for the cell associated with this row and the specified column. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetExportValue | Gets the Value of the cell that should be used for exporting. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetSibling | Overloaded. Returns a sibling row (if any exist) (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetUIElement | Overloaded. Returns the UltraGridUIElement object that is associated with an object. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
GetValueListResolved | Gets the resolved value list for the cell associated with this row and the specified column. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
HasCell | Overloaded. Indicates if cell associated with the specified column has been created. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
HasChild | Overloaded. Returns a Boolean expression indicating whether a row has a child row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
HasNextSibling | Overloaded. Returns a Boolean expression indicating whether a row has a sibling row below it. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
HasParent | Overloaded. Returns true if the row has a parent row. If the ParentRow is null then returns false. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
HasPrevSibling | Overloaded. Returns a Boolean expression indicating whether a row has a sibling row above it. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
MeetsCriteria | Overloaded. Returns true if the row meets the criteria specified by the passed in filter condition. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
PerformAutoSize | Resizes the row based on its contents. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
Refresh | Overloaded. Refresh the display and/or refetch the data with or without events. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
RefreshFilters | Re-evaluates the filter conditions on this row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
RefreshSortPosition | If 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) | |
ResetAllowFixing | Resets AllowFixing property to its default value of Default. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
ResetToolTipText | Resets the property to its default value of false. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
ResolveAppearance | Overloaded. Resolves the row object's appearance and sets the resolved values on the specified appearance data structure. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
ResolveCellAppearance | Overloaded. Resolves all of a cell's appearance properties (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
ResolveMergedCellAppearance | Resolves appearance for the merged cell associated with this cell. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
ResolveRowSelectorAppearance | Overloaded. Resolves all of the appearance properties for the row selector (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ShowEditTemplate | Shows the RowEditTemplate associated with the row, if any. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
Update | Overridden. Overridden. 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. | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDispose | Overridden. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnSubObjectPropChanged | Called when a property has changed on a sub object (Inherited from Infragistics.Win.UltraWinGrid.UltraGridRow) | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |