DesignOnlyAttribute.IsDesignOnly Property

Definition

Gets a value indicating whether a property can be set only at design time.

public:
 property bool IsDesignOnly { bool get(); };
public bool IsDesignOnly { get; }
member this.IsDesignOnly : bool
Public ReadOnly Property IsDesignOnly As Boolean

Property Value

true if a property can be set only at design time; otherwise, false.

Applies to