Skip to main content

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

NuGet Package: 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