Skip to main content
A newer version of this page is available. .

WinExplorerViewListStyleOptions.FitSelectionToColumnWidth Property

Gets or sets whether the item selection rectangle is painted around an item’s contents or extended to the column width.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public bool FitSelectionToColumnWidth { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the selection rectangle is extended to the column width; false if the item selection rectangle is painted around an item’s contents.

Property Paths

You can access this nested property as listed below:

Object Type Path to FitSelectionToColumnWidth
WinExplorerViewStyleOptionsCollection
.List .FitSelectionToColumnWidth

Remarks

The FitSelectionToColumnWidth property is set to False:

WinExplorer-List-FitSelectionToColumnWidthFalse.png

The FitSelectionToColumnWidth property is set to True:

WinExplorer-List-FitSelectionToColumnWidthTrue.png

See Also