WinExplorerViewStyleOptions.ImageMargins Property
Gets or sets margins for item images within this WinExplorerView style.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Padding | A Padding structure that is margins for item images within this WinExplorerView style. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ImageMargins |
---|---|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
Remarks
The ImageMargins property allows you to set margins for the Image field within the current style. You can also set margins for the Check Box field or the entire item via the WinExplorerViewStyleOptions.CheckBoxMargins and WinExplorerViewStyleOptions.ContentMargins properties respectively.
See Also