Xceed DataGrid for Silverlight Documentation
AutoHideDelay Property


Gets or sets a value representing the delay, in milliseconds, before the notification control is hidden.
Syntax
'Declaration
 
Public Property AutoHideDelay As Integer
'Usage
 
Dim instance As NotificationControl
Dim value As Integer
 
instance.AutoHideDelay = value
 
value = instance.AutoHideDelay
public int AutoHideDelay {get; set;}

Property Value

A value representing the delay, in milliseconds, before the notification control is hidden. By default, 5000 milliseconds.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

NotificationControl Class
NotificationControl Members

Send Feedback