Skip to main content
All docs
V25.1
  • SimpleContextItemCollectionOptions.BottomPanelPadding Property

    Simple context items do not support this setting.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.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