Skip to main content

BaseEdit.ActualBorderTemplate Property

Gets the template actually used to display the editor's border.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public ControlTemplate ActualBorderTemplate { get; protected set; }

#Property Value

Type Description
ControlTemplate

A ControlTemplate object that specifies the template representing the editor's border.

#Remarks

If the editor is in standalone mode, and its border is displayed (the BaseEdit.ShowBorder property is set to true), the ActualBorderTemplate property returns the BaseEdit.BorderTemplate template. Otherwise, it returns a template that represents the empty border.

See Also