Scheduler for WinRT
AllowNew Property


Gets or sets a value indicating whether the AddNew method can be used to add items to the list.
Syntax
'Declaration
 
<C1DescriptionAttribute("Indicates whether the AddNew method can be used to add items to the list.")>
Public Overridable ReadOnly Property AllowNew As Boolean
'Usage
 
Dim instance As C1BindingSource
Dim value As Boolean
 
value = instance.AllowNew
[C1Description("Indicates whether the AddNew method can be used to add items to the list.")]
public virtual bool AllowNew {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1BindingSource Class
C1BindingSource Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.