BaseEdit.ActualBorderTemplate Property
In This Article
Gets the template actually used to display the editor's border.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Control |
A Control |
#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