PowerWEB LiveControls for ASP.NET
ButtonType Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveEditCommandColumn Class : ButtonType Property



Gets or sets the button type for the column.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ButtonType As LiveButtonColumnType
Visual Basic (Usage)Copy Code
Dim instance As LiveEditCommandColumn
Dim value As LiveButtonColumnType
 
instance.ButtonType = value
 
value = instance.ButtonType
C# 
public virtual LiveButtonColumnType ButtonType {get; set;}
C++/CLI 
public:
virtual property LiveButtonColumnType ButtonType {
   LiveButtonColumnType get();
   void set (    LiveButtonColumnType value);
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.EditCommandColumn.ButtonType.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.