Back to Devexpress

WinExplorerViewStyleOptions.CheckBoxMargins Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptions-c06c6687.md

latest4.0 KB
Original Source

WinExplorerViewStyleOptions.CheckBoxMargins Property

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

Declaration

csharp
[XtraSerializableProperty]
public Padding CheckBoxMargins { get; set; }
vb
<XtraSerializableProperty>
Public Property CheckBoxMargins As Padding

Property Value

TypeDescription
Padding

A Padding structure that is margins for the Check Box field.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CheckBoxMargins
WinExplorerViewStyleOptionsCollection

.ExtraLarge .CheckBoxMargins

| | WinExplorerViewStyleOptionsCollection |

.Large .CheckBoxMargins

| | WinExplorerViewStyleOptionsCollection |

.Medium .CheckBoxMargins

| | WinExplorerViewStyleOptionsCollection |

.Small .CheckBoxMargins

| | WinExplorerViewStyleOptionsCollection |

.Tiles .CheckBoxMargins

|

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.

See Also

CheckBoxColumn

WinExplorer View

WinExplorerViewStyleOptions Class

WinExplorerViewStyleOptions Members

DevExpress.XtraGrid.Views.WinExplorer Namespace