Back to Devexpress

ButtonInfoBase.RaiseClickEventInInplaceInactiveMode Property

wpf-devexpress-dot-xpf-dot-editors-dot-buttoninfobase-c6f340f1.md

latest1.7 KB
Original Source

ButtonInfoBase.RaiseClickEventInInplaceInactiveMode Property

Specifies whether the CommandButtonInfo.Click event is raised when the edit mode is set to InplaceInactive. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public bool RaiseClickEventInInplaceInactiveMode { get; set; }
vb
<Browsable(False)>
Public Property RaiseClickEventInInplaceInactiveMode As Boolean

Property Value

TypeDescription
Boolean

true to raise the Click event in the InplaceInactive mode; otherwise, false.

|

Remarks

If the RaiseClickEventInInplaceInactiveMode property is set to false , and the BaseEdit.EditMode property is set to EditMode.InplaceInactive, the CommandButtonInfo.Click event is not raised.

See Also

ButtonInfoBase Class

ButtonInfoBase Members

DevExpress.Xpf.Editors Namespace