WinExplorerViewStyleOptionsCollection.SetImageMargins(Padding) Method
Sets the specific margins for item images within all WinExplorerView Styles.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Padding | A Padding structure that is new item image margins for all WinExplorerView Styles. |
Remarks
See the WinExplorerViewStyleOptions.ImageMargins property to learn more.
See Also