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


Gets or sets which list column (by name) serves as the edit portion of the combo box.
Syntax
'Declaration
 
Public Property ColumnEditName As String
'Usage
 
Dim instance As MultiColumnEditor
Dim value As String
 
instance.ColumnEditName = value
 
value = instance.ColumnEditName
public string ColumnEditName {get; set;}

Property Value

String containing the list column name
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.