SmallMultipleGroupIsWrapped Property  | 
 
            Gets or sets a value indicating whether items are wrapped if the maximum width
            is exceeded.  This applicable when repeating only on columns.
            
 
    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 IsWrapped { get; set; }Public Property IsWrapped As Boolean
	Get
	Set
public:
property bool IsWrapped {
	bool get ();
	void set (bool value);
}member IsWrapped : bool with get, set
Property Value
Type: 
Boolean if the items are wrapped once 
MaximumWidth is reached; otherwise, 
.
            Has no effect if 
RowGroupingHierarchies contains items.
            
See Also