Visual Basic (Declaration) | |
---|---|
Public Property AlternateGridBackground As Background |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Background AlternateGridBackground {get; set;} |
Return Value
A Background object that will fill every other grid area.To disable this feature, set AlternateGridBackground.Color = Color.Empty.