Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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