Skip to main content

WinExplorerViewStyleOptions.CheckBoxMargins Property

Gets or sets margins for the Check Box field.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[XtraSerializableProperty]
public Padding CheckBoxMargins { get; set; }

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
.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