WinExplorerViewStyleOptionsCollection.List Property
Provides advanced settings that control the View’s appearance and behavior when it is painted in the List paint style.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public WinExplorerViewListStyleOptions List { get; }
Property Value
Type | Description |
---|---|
WinExplorerViewListStyleOptions | An object that stores advanced settings applied in the List paint style. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to List |
---|---|
WinExplorerView |
|
Remarks
The settings exposed by the List property are applied to the View when the WinExplorerViewOptionsView.Style property equals the WinExplorerViewStyle.List value.