Back to Devexpress

CardView.ShowCardExpandButton Property

wpf-devexpress-dot-xpf-dot-grid-dot-cardview-db7895b5.md

latest1.1 KB
Original Source

CardView.ShowCardExpandButton Property

Gets or sets whether to display the card expand buttons. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ShowCardExpandButton { get; set; }
vb
Public Property ShowCardExpandButton As Boolean

Property Value

TypeDescription
Boolean

true, to display the card expand button; otherwise, false.

|

See Also

CardView Class

CardView Members

DevExpress.Xpf.Grid Namespace