Back to Devexpress

CardOptionsView.ShowCardExpandButton Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardoptionsview-559493eb.md

latest2.3 KB
Original Source

CardOptionsView.ShowCardExpandButton Property

Gets or sets whether expand buttons are displayed within the card captions.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowCardExpandButton { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowCardExpandButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if expand buttons are displayed within the card captions; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowCardExpandButton
CardView

.OptionsView .ShowCardExpandButton

|

Remarks

end-users cannot expand or collapse the cards if the ShowCardExpandButton property is set to false.

See Also

SetCardCollapsed(Int32, Boolean)

AllowExpandCollapse

ShowCardCaption

CardOptionsView Class

CardOptionsView Members

DevExpress.XtraGrid.Views.Card Namespace