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.v18.2.dll

Declaration

public ControlTemplate FocusedBorderTemplate { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Controls.ControlTemplate

A Windows.UI.Xaml.Controls.ControlTemplate object.

See Also