CardView.SetCardCollapsed(Int32, Boolean) Method
Collapses or expands the specified card.
Namespace: DevExpress.XtraGrid.Views.Card
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value representing the card’s handle. |
collapsed | Boolean | true to collapse the specified card; false to expand the specified card. |
#Remarks
Use the SetCardCollapsed method to collapse or expand individual cards. Note that calling this method will have no effect if the View’s CardOptionsBehavior.AllowExpandCollapse property is set to false.
The SetCardCollapsed method checks whether the specified card is currently expanded. If it is and the collapsed parameter is set to true, this method collapses the card. If the card is already collapsed and the collapsed parameter is set to false, the card is expanded.
To specify whether individual cards are allowed to be collapsed or expanded, handle the View’s CardView.CardCollapsing and CardView.CardExpanding events, respectively.
Note
Detail pattern Views do not contain data and they are never displayed within Xtra
- Grid
Control. - returns the top most View in a grid;Main View - Grid
Control. - returns the focused View;Focused View - Grid
Control. - returns the currently maximized View;Default View - the sender parameter of View specific events;
- Grid
View. - returns a detail clone View for a specific master row.Get Detail View