[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ConditionalFormattingModel.IsReadOnly

IsReadOnly Property

IsReadOnly

Gets a value that indicates whether the ICollection<T> object is read-only.

Declaration
public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Property Value
Type Description
bool

true if the ICollection<T> object is read-only; otherwise, false.

Implements