GridExpandColumnButtonType Property |
Gets a Kettic.AspNet.Controls.GridExpandColumnType value, indicating the type of the
button. The button of the GridExpandColumn is always of type ImageButton.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual GridExpandColumnType ButtonType { get; set; }
Public Overridable Property ButtonType As GridExpandColumnType
Get
Set
public:
virtual property GridExpandColumnType ButtonType {
GridExpandColumnType get ();
void set (GridExpandColumnType value);
}
abstract ButtonType : GridExpandColumnType with get, set
override ButtonType : GridExpandColumnType with get, set
Property Value
Type:
GridExpandColumnType
See Also