Skip to main content

WinExplorerViewStyleOptionsCollection.SetContentMargins(Padding) Method

Sets the custom value to the WinExplorerViewStyleOptions.ContentMargins property for all WinExplorerView Styles.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public void SetContentMargins(
    Padding value
)

Parameters

Name Type Description
value Padding

A Padding structure that is the new value of the WinExplorerViewStyleOptions.ContentMargins property for all WinExplorerView Styles.

See Also