Click or drag to resize

CustomReportRowIsReadOnly Property

When overridden in a derived class, gets a value indicating whether this property is read-only.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public override bool IsReadOnly { get; }

Return Value

Type: Boolean
if the property is read-only; otherwise, .
See Also