RepositoryItemDateTimeOffsetEdit.SuppressMouseEventOnOuterMouseClick Property
If an editor drop-down menu is open and a user clicks another UI element on a form, this menu closes and the clicked element fires its Click event. If this property is enabled, the menu closes but the element's Click event does not occur. This allows you to ensure that users do not accidentally click unwanted elements when they click outside an open drop-down menu to close it.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v20.2.dll
Declaration
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override bool SuppressMouseEventOnOuterMouseClick { get; set; }
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
Public Overrides Property SuppressMouseEventOnOuterMouseClick As Boolean
Property Value
Type | Description |
---|---|
Boolean | Specifies whether the editor should suppress mouse events when the menu is open. |
See Also
Feedback