Gets or sets the number of milliseconds to wait before closing an item.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public int CloseTimeout { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property CloseTimeout As Integer |
Property Value
Type: Int32 An instance from the System.Int32 structure. Default value is 100.
See Also
|