DataGridColumnStyle::DataGridColumnHeaderAccessibleObject::Name Property

 

Gets the name of the column that owns the accessibility object.

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

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

Property Value

Type: System::String^

The name of the column that owns the accessibility object.

.NET Framework
Available since 1.1
Return to top
Show: