AjaxUpdatedControlUpdatePanelHeight Property |
Height which will be set to the generated UpdatePanel
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.Attribute)]
public Unit UpdatePanelHeight { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property UpdatePanelHeight As Unit
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property Unit UpdatePanelHeight {
Unit get ();
void set (Unit value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member UpdatePanelHeight : Unit with get, set
Property Value
Type:
Unit
See Also