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

RegionBehaviorBase.ModifierKeys Property

Gets or sets the value indicating the modifier keys (SHIFT, CTRL and ALT) that should be pressed to allow the behavior.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public ModifierKeys ModifierKeys { get; set; }

Property Value

Type Description
ModifierKeys

The modifier keys that should be pressed to allow the behavior.

See Also