PropertyGrid::SortByCategoryImage Property

.NET Framework (current version)
 

Gets the image that represents sorting grid items by category.

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

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

Property Value

Type: System.Drawing::Bitmap^

The image that represents sorting by category.

.NET Framework
Available since 4.5
Return to top
Show: