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: 9.0.0.0-142fa9725
Syntax
C#
public override bool IsReadOnly { get; }

Return Value

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