EditableAttribute.AllowInitialValue プロパティ

定義

初期値が有効かどうかを示す値を取得または設定します。

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

プロパティ値

true 初期値が有効な場合は 。それ以外の場合は false

注釈

このプロパティの既定値は、コンストラクターで EditableAttribute 指定されている値です。

適用対象