Back to Devexpress

WinExplorerViewStyleOptionsCollection.List Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptionscollection-5d206881.md

latest2.3 KB
Original Source

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

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

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public WinExplorerViewListStyleOptions List { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property List As WinExplorerViewListStyleOptions

Property Value

TypeDescription
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 TypePath to List
WinExplorerView

.OptionsViewStyles .List

|

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

WinExplorerViewStyleOptionsCollection Class

WinExplorerViewStyleOptionsCollection Members

DevExpress.XtraGrid.Views.WinExplorer Namespace