Skip to main content
A newer version of this page is available. .

DataControlBase.FocusedBorderTemplate Property

Gets or sets the template that defines the presentation of a focused row’s border. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

public ControlTemplate FocusedBorderTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object.

See Also