Skip to main content

SimpleContextItemCollectionOptions.BottomPanelPadding 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 override Padding BottomPanelPadding { get; set; }

Property Value

Type Description
Padding

 

Property Paths

You can access this nested property as listed below:

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