WinExplorerViewStyleOptions.CheckBoxMargins Property
Gets or sets margins for the Check Box field.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Padding | A Padding structure that is margins for the Check Box field. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to CheckBoxMargins |
---|---|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
WinExplorerViewStyleOptionsCollection |
|
Remarks
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.