Gets or sets the type of the button in the column.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, ButtonType.Link)]
[DefaultValueAttribute(ButtonType.Link)]
public virtual ButtonType ButtonType { get; set; }
Visual Basic
<JsonAttribute(True, True, ButtonType.Link)> _
<DefaultValueAttribute(ButtonType.Link)> _
Public Overridable Property ButtonType As ButtonType
	Get
	Set

Field Value

One of the ButtonType values. The default value is Link.

Remarks

This property is used to specify whether buttons in the column display as push buttons or hyperlinks.

See Also