Skip to main content
A newer version of this page is available. .

ContextItemCollectionOptions.Indent Property

Gets or sets the distance between context items.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v20.2.dll

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

Declaration

[DefaultValue(0)]
[XtraSerializableProperty]
public int Indent { get; set; }

Property Value

Type Default Description
Int32 0

A value that determines the distance between context items.

Property Paths

You can access this nested property as listed below:

Show 49 property paths
Object Type Path to Indent
AccordionControl
TileBar
BaseCheckedListBoxControl
BaseDateControl
BaseImageListBoxControl
BaseListBoxControl
CameraControl
CheckedListBoxControl
CalendarControl
CalendarControlBase
ImageSlider
DateControl
ImageListBoxControl
ListBoxControl
RepositoryItemBaseSpinEdit
RepositoryItemBlobBaseEdit
RepositoryItemBreadCrumbEdit
RepositoryItemCalcEdit
RepositoryItemCheckedComboBoxEdit
RepositoryItemColorEdit
RepositoryItemColorPickEdit
RepositoryItemComboBox
RepositoryItemDateEdit
RepositoryItemDateTimeOffsetEdit
RepositoryItemFontEdit
RepositoryItemGridLookUpEdit
RepositoryItemGridLookUpEditBase
RepositoryItemImageComboBox
RepositoryItemImageEdit
RepositoryItemLookUpEdit
RepositoryItemLookUpEditBase
RepositoryItemMemoExEdit
RepositoryItemMRUEdit
RepositoryItemPictureEdit
RepositoryItemPopupBase
RepositoryItemPopupBaseAutoSearchEdit
RepositoryItemPopupContainerEdit
RepositoryItemPopupGalleryEdit
RepositoryItemSearchControl
RepositoryItemSearchLookUpEdit
RepositoryItemSpinEdit
RepositoryItemTimeEdit
RepositoryItemTimeSpanEdit
RepositoryItemTreeListLookUpEdit
SvgImageBox
TileControl
TileViewOptionsKanban
DateNavigator
ResourcesCheckedListBoxControl

Remarks

The code below demonstrates how to increase the distance between context items in the top panel.

pictureEdit1.Properties.ContextButtonOptions.Indent = 30;

The image below demonstrates the result.

Indent

Alternatively, you can set the Indent value in a control’s Properties window.

PropertiesIndent

See Also