Class IsReadOnlyAttribute
Inheritance
System.Object
IsReadOnlyAttribute
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public sealed class IsReadOnlyAttribute : Attribute
Constructors
| Improve this Doc View SourceIsReadOnlyAttribute(Boolean)
Initializes a new instance of the IsReadOnlyAttribute class.
Declaration
public IsReadOnlyAttribute(bool read)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | read | A boolean that indicates whether the property is ReadOnly. |
Properties
| Improve this Doc View SourceIsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |