RepositoryItem.IsActivateKey(Keys) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
key |
Keys | A System. |
#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