Spread for ASP.NET 8.0 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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

MultiColumnEditor Class
MultiColumnEditor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.