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

WinExplorerViewStyleOptionsCollection.SetCheckBoxMargins(Padding) Method

Sets margins for the Check Box field within all WinExplorer View Styles.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public void SetCheckBoxMargins(
    Padding value
)

Parameters

Name Type Description
value Padding

A Padding structure that is margins for the Check Box field within all WinExplorer View Styles.

Remarks

See the WinExplorerViewStyleOptions.CheckBoxMargins property to learn more.

See Also