Back to Devexpress

CardView.VerticalFocusedGroupRowBorderTemplate Property

wpf-devexpress-dot-xpf-dot-grid-dot-cardview-3b791d1f.md

latest1.3 KB
Original Source

CardView.VerticalFocusedGroupRowBorderTemplate Property

Gets or sets the border template of the focused group row. 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 ControlTemplate VerticalFocusedGroupRowBorderTemplate { get; set; }
vb
Public Property VerticalFocusedGroupRowBorderTemplate As ControlTemplate

Property Value

TypeDescription
ControlTemplate

The ControlTemplate object that defines the presentation of the focused group row’s border.

|

See Also

CardView Class

CardView Members

DevExpress.Xpf.Grid Namespace