SimpleButton.IsPressed Property
Gets whether the button is in a pressed state.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public bool IsPressed { get; }
Property Value
Type | Description |
---|---|
Boolean | True, if the button is pressed; otherwise, false. |
See Also