Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItem.IsActivateKey(Keys) Method

Indicates whether a particular key can activate the editor used as an inplace control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public virtual bool IsActivateKey(
    Keys keyData
)

#Parameters

Name Type Description
keyData Keys

A System.Windows.Forms.Keys enumeration value (or a bitwise combination) specifying the key combination to process.

#Returns

Type Description
Boolean

true if the key can activate the editor; otherwise, false.

#Remarks

This method is used by container controls when editors are used inplace. You will have no need to use it in your applications.

See Also