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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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 |
|
Remarks
The FitSelectionToColumnWidth property is set to False:
The FitSelectionToColumnWidth property is set to True:
See Also