PSControl.GroupBy Property

Definition

Each control can group items and specify a header for the group. You can group by same property value, or result of evaluating a script block.

public:
 property System::Management::Automation::PSControlGroupBy ^ GroupBy { System::Management::Automation::PSControlGroupBy ^ get(); void set(System::Management::Automation::PSControlGroupBy ^ value); };
public System.Management.Automation.PSControlGroupBy GroupBy { get; set; }
member this.GroupBy : System.Management.Automation.PSControlGroupBy with get, set
Public Property GroupBy As PSControlGroupBy

Property Value

Applies to