Skip to main content

WinExplorerViewStyleOptionsCollection.SetCheckBoxMargins(Padding) Method

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

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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