Height Property (InputDatePicker)
In This Topic
Gets or sets the height of the component. Set to -1 to let the component calculate it automatically.
Syntax
'Declaration
Public Overridable Property Height As Integer
public virtual int Height {get; set;}
See Also