Skip to main content
A newer version of this page is available. .

WinExplorerViewListStyleOptions Class

Contains appearance and behavior settings applied in the WinExplorerViewStyle.List paint style.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public class WinExplorerViewListStyleOptions :
    WinExplorerViewStyleOptions

The following members return WinExplorerViewListStyleOptions objects:

Remarks

You can access and customize these settings using the WinExplorerViewStyleOptionsCollection.List property (available from the WinExplorerView.OptionsViewStyles object).

See Also