[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ItemCollection-1.IsReadOnly

IsReadOnly Property

IsReadOnly

Gets a value indicating whether the ItemCollection<T> is read-only.

Declaration
public bool IsReadOnly { get; }
Property Value
Type Description
bool

A bool value. true if the ItemCollection<T> is read-only; otherwise, false.

Implements