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

ButtonInfoBase.RaiseClickEventInInplaceInactiveMode Property

Specifies whether the ButtonInfo.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.v19.2.dll

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 ButtonInfo.Click event is not raised.

See Also