Share via


IVSMDPropertyGrid.GridSort Property

Gets or sets the sort order of the properties window

Namespace:  Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

Syntax

'Declaration
Property GridSort As _PROPERTYGRIDSORT
_PROPERTYGRIDSORT GridSort { get; set; }
property _PROPERTYGRIDSORT GridSort {
    _PROPERTYGRIDSORT get ();
    void set (_PROPERTYGRIDSORT value);
}
abstract GridSort : _PROPERTYGRIDSORT with get, set
function get GridSort () : _PROPERTYGRIDSORT 
function set GridSort (value : _PROPERTYGRIDSORT)

Property Value

Type: Microsoft.VisualStudio.Designer.Interfaces._PROPERTYGRIDSORT
The _PROPERTYGRIDSORT.

.NET Framework Security

See Also

Reference

IVSMDPropertyGrid Interface

Microsoft.VisualStudio.Designer.Interfaces Namespace