WinExplorerViewStyleOptionsCollection.List Property
In This Article
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.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public WinExplorerViewListStyleOptions List { get; }
#Property Value
Type | Description |
---|---|
Win |
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 |
---|---|
Win |
|
#Remarks
The settings exposed by the List property are applied to the View when the WinExplorerViewOptionsView.Style property equals the WinExplorerViewStyle.List value.
See Also