IsFixedSize Property (C1CheckListItemCollection)
In This Topic
Gets a value indicating whether the
C1CheckListItemCollection instance is fixed size.
Syntax
'Declaration
<C1DescriptionAttribute("C1CheckListItemCollection.IsFixedSize", "Gets a value indicating whether the C1CheckListItemCollection instance is fixed size.")>
Public ReadOnly Property IsFixedSize As Boolean
[C1Description("C1CheckListItemCollection.IsFixedSize", "Gets a value indicating whether the C1CheckListItemCollection instance is fixed size.")]
public bool IsFixedSize {get;}
See Also