Skip to main content
All docs
V25.1
  • SimpleContextItemCollectionOptions.CenterPanelPadding 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 CenterPanelPadding { get; set; }

    Property Value

    Type Description
    Padding

     

    Property Paths

    You can access this nested property as listed below:

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