Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / GaugeRangeCollection Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (GaugeRangeCollection)
    In This Topic
    Gets a value indicating whether is possible to modify this collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReadOnly As Boolean
    public bool IsReadOnly {get;}
    See Also