RepeaterGroupIsCollapsedOnColumns Property  | 
 
            Gets or sets a value indicating whether this group's columns are not initially shown.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsCollapsedOnColumns { get; set; }Public Property IsCollapsedOnColumns As Boolean
	Get
	Set
public:
property bool IsCollapsedOnColumns {
	bool get ();
	void set (bool value);
}member IsCollapsedOnColumns : bool with get, set
Property Value
Type: 
Boolean
See Also