DataGridViewRowHeaderCell::DataGridViewRowHeaderCellAccessibleObject::DefaultAction Property

 

Gets a description of the default action of the DataGridViewRowHeaderCell::DataGridViewRowHeaderCellAccessibleObject.

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^

An empty string ("").

.NET Framework
Available since 2.0
Return to top
Show: