KaxSchedulerMinimumInlineFormHeight Property |
Gets or sets the minimum height of the inline insert/edit template.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int MinimumInlineFormHeight { get; set; }
Public Property MinimumInlineFormHeight As Integer
Get
Set
public:
property int MinimumInlineFormHeight {
int get ();
void set (int value);
}
member MinimumInlineFormHeight : int with get, set
Property Value
Type:
Int32The minimum height of the inline insert/edit template.
Remarks
The height is applied to the textbox inside the default inline template.
It will be ignored when using custom templates for the inline form.
See Also