Version

EmptyRowSettings Class Properties

For a list of all members of this type, see EmptyRowSettings members.

Public Properties
 NameDescription
Public PropertyCellAppearanceAppearance applied to cells of empty rows.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEmptyAreaAppearanceAppearance applied to cells of empty rows.  
Public PropertyHasCellAppearanceReturns true if an CellAppearance object has been created.  
Public PropertyHasEmptyAreaAppearanceReturns true if an EmptyAreaAppearance object has been created.  
Public PropertyHasRowAlternateAppearanceReturns true if a RowAlternateAppearance object has been created.  
Public PropertyHasRowAppearanceReturns true if an RowAppearance object has been created.  
Public PropertyHasRowSelectorAppearanceReturns true if an RowSelectorAppearance object has been created.  
Public PropertyRowAlternateAppearanceReturns or sets the Appearance object for alternate empty rows.  
Public PropertyRowAppearanceAppearance applied to empty rows.  
Public PropertyRowSelectorAppearanceAppearance applied to row selectors of empty rows.  
Public PropertyShowEmptyRowsSpecifies whether to fill the empty area after the last row in the UltraGrid with empty rows.  
Public PropertyStyleSpecifies if and how to extend the empty rows all the way to the left so they are aligned with the left edge of the scroll region (grid). The default is ExtendFirstCell.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also