DataGridTextBoxColumn::ReadOnly Property

 
Use BaseTrue

Sets a value indicating whether the text box column is read-only.

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

public:
property bool ReadOnly {
	virtual bool get() override;
	virtual void set(bool value) override;
}

Property Value

Type: System::Boolean

true if the text box column is read-only; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: