Skip to main content

SimpleContextItemCollectionOptions.FarPanelPadding 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 FarPanelPadding { get; set; }

Property Value

Type Description
Padding

 

Property Paths

You can access this nested property as listed below:

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