Back to Devexpress

WinExplorerView.SortInfo Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-e54af7f2.md

latest1.5 KB
Original Source

WinExplorerView.SortInfo Property

Sorting is not supported for the WinExplorerView.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override GridColumnSortInfoCollection SortInfo { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides ReadOnly Property SortInfo As GridColumnSortInfoCollection

Property Value

Type
GridColumnSortInfoCollection

See Also

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace