Skip to main content

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.v23.2.dll

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

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.

See Also