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

WinExplorerViewStyleOptionsCollection.SetImageMargins(Padding) Method

Sets the specific margins for item images within all WinExplorerView Styles.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public void SetImageMargins(
    Padding value
)

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