Back to Devexpress

WinExplorerViewListStyleOptions Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-ea81d105.md

latest2.3 KB
Original Source

WinExplorerViewListStyleOptions Class

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

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class WinExplorerViewListStyleOptions :
    WinExplorerViewStyleOptions
vb
Public Class WinExplorerViewListStyleOptions
    Inherits 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).

Inheritance

Object ViewStatePersisterCore BaseOptions ViewBaseOptions WinExplorerViewStyleOptions WinExplorerViewListStyleOptions

See Also

WinExplorerViewListStyleOptions Members

DevExpress.XtraGrid.Views.WinExplorer Namespace