windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptions-c06c6687.md
Gets or sets margins for the Check Box field.
Namespace : DevExpress.XtraGrid.Views.WinExplorer
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[XtraSerializableProperty]
public Padding CheckBoxMargins { get; set; }
<XtraSerializableProperty>
Public Property CheckBoxMargins As Padding
| Type | Description |
|---|---|
| Padding |
A Padding structure that is margins for the Check Box field.
|
You can access this nested property as listed below:
| Object Type | Path to CheckBoxMargins |
|---|---|
| WinExplorerViewStyleOptionsCollection |
.ExtraLarge .CheckBoxMargins
| | WinExplorerViewStyleOptionsCollection |
.Large .CheckBoxMargins
| | WinExplorerViewStyleOptionsCollection |
.Medium .CheckBoxMargins
| | WinExplorerViewStyleOptionsCollection |
.Small .CheckBoxMargins
| | WinExplorerViewStyleOptionsCollection |
.Tiles .CheckBoxMargins
|
To specify whether check boxes should be displayed, use the ShowCheckBoxes property in the WinExplorerView.OptionsView section. To set a column that will populate a Check Box field for this WinExplorerView, use the WinExplorerViewColumns.CheckBoxColumn property. You can also set margins for the entire WinExplorerView item via the WinExplorerViewStyleOptions.ContentMargins property.
See the WinExplorer View topic for details.
See Also
WinExplorerViewStyleOptions Class