windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-imageslider-57cad2b6.md
Provides access to the settings applied to the context buttons displayed in the image slider, and panels containing these buttons.
Namespace : DevExpress.XtraEditors.Controls
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Options")]
public ContextItemCollectionOptions ContextButtonOptions { get; }
<DXCategory("Options")>
Public ReadOnly Property ContextButtonOptions As ContextItemCollectionOptions
| Type | Description |
|---|---|
| ContextItemCollectionOptions |
A ContextItemCollectionOptions object that comprises settings applied to the context buttons displayed in the image slider, and panels containing these buttons.
|
The ImageSlider.ContextButtons property allows you to specify the collection of context buttons displayed in the image slider. The ContextButtonOptions property provides access to the settings applied to these buttons, and the panels that contain them.
Using this property you can specify the following settings:
See Also