IsReadOnly Property

Summary
Specifies whether or not the collection is Read Only.
Syntax
C#
VB
C++
public bool IsReadOnly { get; } 
  
Public ReadOnly Property IsReadOnly As Boolean 
public: 
property bool IsReadOnly { 
   bool get(); 
} 

Property Value

true if the collection is read only, false otherwise.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.