Skip to main content

SimpleContextItemCollectionOptions.TopPanelColor Property

Simple context items do not support this setting.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Color TopPanelColor { get; set; }

Property Value

Type Description
Color

 

Property Paths

You can access this nested property as listed below:

Object Type Path to TopPanelColor
BaseListBoxControl
.ContextButtonOptions .TopPanelColor
RepositoryItemCheckedComboBoxEdit
.ContextButtonOptions .TopPanelColor
RepositoryItemComboBox
.ContextButtonOptions .TopPanelColor
RepositoryItemFontEdit
.ContextButtonOptions .TopPanelColor
RepositoryItemMRUEdit
.ContextButtonOptions .TopPanelColor
RepositoryItemPopupBase
.ContextButtonOptions .TopPanelColor
TileViewOptionsKanban
See Also