KaxWindowBaseMinimizeZoneID Property |
Gets or sets the id (ClientID if a runat=server is used) of a html element where
the windows will be "docked" when minimized.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string MinimizeZoneID { get; set; }
Public Property MinimizeZoneID As String
Get
Set
public:
property String^ MinimizeZoneID {
String^ get ();
void set (String^ value);
}
member MinimizeZoneID : string with get, set
Property Value
Type:
String
See Also