WinExplorerViewStyleOptionsCollection.SetCheckBoxMargins(Padding) Method
Sets margins for the Check Box field within all WinExplorer View 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 margins for the Check Box field within all WinExplorer View Styles. |
Remarks
See the WinExplorerViewStyleOptions.CheckBoxMargins property to learn more.
See Also