WinExplorerViewStyleOptions.ImageToTextIndent Property
Gets or sets the distance between an item image and the caption.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | An Int32 value that is the distance between an item image and the caption. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ImageToTextIndent |
---|---|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
Remarks
The ImageToTextIndent property allows you to manually specify the distance between an item image and this item’s text for all items within this View Style. For the WinExplorerViewStyle.Content Style, you can additionally set the distance between image and description via the DescriptionMaxOffset, DescriptionMinOffset and DescriptionMinWidth properties.