DataGridViewTopLeftHeaderCell::DataGridViewTopLeftHeaderCellAccessibleObject::DefaultAction Property

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

public:
property String^ DefaultAction {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The string "Press to Select All" if the DataGridView::MultiSelect property is true; otherwise, an empty string ("").

.NET Framework
Available since 2.0
Return to top
Show: