Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public bool RaiseClickEventInInplaceInactiveMode { get; set; }

Property Value

Type Description
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