Back to Devexpress

ButtonInfoBase.IsPressed Property

wpf-devexpress-dot-xpf-dot-editors-dot-buttoninfobase-1e33c906.md

latest1.0 KB
Original Source

ButtonInfoBase.IsPressed Property

Gets or sets whether the button is pressed. 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 IsPressed { get; set; }
vb
Public Property IsPressed As Boolean

Property Value

TypeDescription
Boolean

true if the button is pressed; otherwise, false.

|

See Also

ButtonInfoBase Class

ButtonInfoBase Members

DevExpress.Xpf.Editors Namespace