WebFileUploader.PrimaryRowColor

From Xojo Documentation

Property (As Color )


aWebFileUploader.PrimaryRowColor = newColorValue
or
ColorValue = aWebFileUploader.PrimaryRowColor

New in 2010r5

Supported for all project types and targets.

The background color of the even-numbered rows.

Example

Me.PrimaryRowColor = &cFFFCCC
Me.AlternateRowColor = &cFF9999