IExplorerViewColumn.SortOrder Property

Definition

Gets or sets the sorting order of the Explorer view.

public:
 property System::Windows::Forms::SortOrder SortOrder { System::Windows::Forms::SortOrder get(); void set(System::Windows::Forms::SortOrder value); };
public System.Windows.Forms.SortOrder SortOrder { get; set; }
member this.SortOrder : System.Windows.Forms.SortOrder with get, set
Public Property SortOrder As SortOrder

Property Value

The sorting order of the ExplorerView.

Applies to