RepeaterPaletteType Enumeration |
Specifies the possible methods for applying the body background palette to items of a repeating group.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic enum RepeaterPaletteType
Public Enumeration RepeaterPaletteType
public enum class RepeaterPaletteType
Members|
| Member name | Value | Description |
|---|
| Checkers | 0 |
The palette applies each brush to every item, starting each row in sequence and then each column continues in sequence.
|
| Columns | 1 |
The palette applies each brush to every item in each column, in sequence.
|
| Rows | 2 |
The palette applies each brush to every item in each row, in sequence.
|
See Also