Skip to main content

DataViewBase.FocusedCellBorderTemplate Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public ControlTemplate FocusedCellBorderTemplate { get; set; }

#Property Value

Type Description
ControlTemplate

A ControlTemplate object that is the template that displays the border.

#Remarks

To learn more, see Styles and Templates Overview.

See Also