Back to Devexpress

GridViewBase.FocusedGroupRowBorderTemplate Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewbase-bdce4a12.md

latest1.3 KB
Original Source

GridViewBase.FocusedGroupRowBorderTemplate Property

Gets or sets a template that defines the presentation of the focused group row’s border. 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 FocusedGroupRowBorderTemplate { get; set; }
vb
Public Property FocusedGroupRowBorderTemplate As ControlTemplate

Property Value

TypeDescription
ControlTemplate

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

|

See Also

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace