RepeaterGroupBodyBackgroundPaletteType Property |
Gets or sets the method used to apply the body background palette.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic RepeaterPaletteType BodyBackgroundPaletteType { get; set; }Public Property BodyBackgroundPaletteType As RepeaterPaletteType
Get
Set
public:
property RepeaterPaletteType BodyBackgroundPaletteType {
RepeaterPaletteType get ();
void set (RepeaterPaletteType value);
}member BodyBackgroundPaletteType : RepeaterPaletteType with get, set
Property Value
Type:
RepeaterPaletteType
The palette application method.
See Also