Back to Devexpress

SimpleDiagram.SelectionOptions Property

corelibraries-devexpress-dot-xtracharts-dot-simplediagram-4171d452.md

latest1.3 KB
Original Source

SimpleDiagram.SelectionOptions Property

Returns mouse actions and hotkey settings for the Selection feature.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public SelectionOptions SelectionOptions { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SelectionOptions As SelectionOptions

Property Value

TypeDescription
SelectionOptions

Selection’s settings storage for mouse actions and hotkeys.

|

See Also

SimpleDiagram Class

SimpleDiagram Members

DevExpress.XtraCharts Namespace