Back to Devexpress

Calculator.ShowBorder Property

wpf-devexpress-dot-xpf-dot-editors-dot-calculator-c9540306.md

latest1000 B
Original Source

Calculator.ShowBorder Property

Gets or sets whether to show the border. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowBorder { get; set; }
vb
Public Property ShowBorder As Boolean

Property Value

TypeDescription
Boolean

true to show the border; otherwise, false.

|

See Also

Calculator Class

Calculator Members

DevExpress.Xpf.Editors Namespace