Partager via


ListGroup<TBusinessObject>.CollapsedByDefault Property

 

Gets or sets whether the ListGroup<TBusinessObject> object should be displayed as collapsed by default.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public bool CollapsedByDefault { get; set; }
public:
property bool CollapsedByDefault {
    virtual bool get() sealed;
    virtual void set(bool value) sealed;
}
Public Property CollapsedByDefault As Boolean

Property Value

Type: System.Boolean

true if the ListGroup<TBusinessObject> object should be collapsed by default; otherwise, false.

Remarks

TBusinessObject represents a business object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.

See Also

ListGroup<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top