ContextItemCollectionOptions.Indent Property
Gets or sets the distance between context items.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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:
Object Type | Path to Indent |
---|---|
CameraControl |
|
CalendarControlBase |
|
ImageSlider |
|
RepositoryItemPictureEdit |
|
SvgImageBox |
|
TileControl |
|
TileView |
|
Remarks
The code below demonstrates how to increase the distance between context items in the top panel.
The image below demonstrates the result.
Alternatively, you can set the Indent value in a control’s Properties window.
See Also