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)
Syntax
public enum RepeaterPaletteType
Members
  Member nameValueDescription
Checkers0 The palette applies each brush to every item, starting each row in sequence and then each column continues in sequence.
Columns1 The palette applies each brush to every item in each column, in sequence.
Rows2 The palette applies each brush to every item in each row, in sequence.
See Also