Spread for ASP.NET 10 Product Documentation
AutoPostBack Property (MultiColumnEditor)


Gets or sets whether the component automatically posts back when clicked.
Syntax
'Declaration
 
Public Property AutoPostBack As Boolean
'Usage
 
Dim instance As MultiColumnEditor
Dim value As Boolean
 
instance.AutoPostBack = value
 
value = instance.AutoPostBack
public bool AutoPostBack {get; set;}

Property Value

Boolean: true if the component post back; false otherwise
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

MultiColumnEditor Class
MultiColumnEditor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.