Version

RowAlternateAppearance Property (EmptyRowSettings)

Returns or sets the Appearance object for alternate empty rows.
Syntax
'Declaration
 
Public Property RowAlternateAppearance As Infragistics.Win.AppearanceBase
public Infragistics.Win.AppearanceBase RowAlternateAppearance {get; set;}
Remarks

The RowAlternateAppearance property is used in conjunction with the RowAppearance property to apply different formatting options to odd and even empty rows in the grid. Even-numbered rows will use the Appearance specified by the RowAlternateAppearance property.

When you assign an Appearance object to the RowAlternateAppearance property, the properties of that object will be applied to the even-numbered rows belonging to the object specified.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also