KaxNumericTextBoxButtonDownContainer Property |
Gets control that contains the up button of KaxInput control
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual HtmlGenericControl ButtonDownContainer { get; }
Public Overridable ReadOnly Property ButtonDownContainer As HtmlGenericControl
Get
public:
virtual property HtmlGenericControl^ ButtonDownContainer {
HtmlGenericControl^ get ();
}
abstract ButtonDownContainer : HtmlGenericControl with get
override ButtonDownContainer : HtmlGenericControl with get
Property Value
Type:
HtmlGenericControl
RemarksThe ShowButton or ShowSpinButton properties must be set to true
See Also