windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-c03bc706.md
Provides access to the settings applied to the context buttons displayed in the tiles, and panels containing these buttons.
Namespace : DevExpress.XtraEditors
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 tiles, and panels containing these buttons.
|
The TileControl.ContextButtons property allows you to specify the collection of context buttons displayed in the tiles of the TileControl. 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