Back to Devexpress

ChartMouseActionModel.ModifierKeys Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartmouseactionmodel.md

latest1.6 KB
Original Source

ChartMouseActionModel.ModifierKeys Property

Gets or sets the ChartMouseAction.ModifierKeys property value within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public ChartModifierKeys ModifierKeys { get; set; }
vb
<PropertyForOptions>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property ModifierKeys As ChartModifierKeys

Property Value

TypeDescription
ChartModifierKeys

The modifier keys.

|

Available values:

NameDescription
None

No key is specified.

| | Control |

The Control key.

| | Shift |

The Shift key.

| | Alt |

The Alt key.

|

See Also

ChartMouseActionModel Class

ChartMouseActionModel Members

DevExpress.XtraCharts.Designer Namespace