PropertyGrid::SortByPropertyImage Property

.NET Framework (current version)
 

Gets the image that represents sorting grid items by property name.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
[BrowsableAttribute(false)]
property Bitmap^ SortByPropertyImage {
	virtual Bitmap^ get();
}

Property Value

Type: System.Drawing::Bitmap^

The image that represents sorting by property.

.NET Framework
Available since 4.5
Return to top
Show: