KaxNumericTextBoxSelectionOnFocus Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override SelectionOnFocus SelectionOnFocus { get; set; }
Public Overrides Property SelectionOnFocus As SelectionOnFocus
Get
Set
public:
virtual property SelectionOnFocus SelectionOnFocus {
SelectionOnFocus get () override;
void set (SelectionOnFocus value) override;
}
abstract SelectionOnFocus : SelectionOnFocus with get, set
override SelectionOnFocus : SelectionOnFocus with get, set
Property Value
Type:
SelectionOnFocus
See Also