DataControlBase.FocusedBorderTemplate Property
In This Article
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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public ControlTemplate FocusedBorderTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Control |
A Control |
See Also