DataGridTextBoxColumn.ReadOnly 属性

定义

设置一个值,该值指示文本框列是否为只读。

public:
 virtual property bool ReadOnly { bool get(); void set(bool value); };
public override bool ReadOnly { get; set; }
member this.ReadOnly : bool with get, set
Public Overrides Property ReadOnly As Boolean

属性值

true 如果文本框列为只读,则为 ;否则,为 false.

适用于