Skip to main content

SimpleContextItemCollectionOptions.BottomPanelColor Property

Simple context items do not support this setting.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.1.dll

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

Declaration

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

Property Value

Type Description
Color

 

Property Paths

You can access this nested property as listed below:

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