RepeaterGroupBodyBackgroundPalette Property  | 
 
            Gets the collection of brushes to apply in sequence as the background for each item.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IList<Brush> BodyBackgroundPalette { get; }Public ReadOnly Property BodyBackgroundPalette As IList(Of Brush)
	Get
public:
property IList<Brush^>^ BodyBackgroundPalette {
	IList<Brush^>^ get ();
}member BodyBackgroundPalette : IList<Brush> with get
Property Value
Type: 
IListBrush
            The background brushes to apply to each item.
            
See Also