BubbleNotification
Wisej.Web.Ext.Bubbles.BubbleNotification
Last updated
Was this helpful?
Wisej.Web.Ext.Bubbles.BubbleNotification
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.Bubbles
Assembly: Wisej.Web.Ext.Bubbles (3.2.0.0)
Represents a numeric notification bubble that can be displayed next to any control.
Initializes a new instance of the BubbleNotification without a specified container.
Initializes a new instance of the BubbleNotification class with a specified container.
container
ContentAlignment: Specifies the alignment of the bubble notification. (Default: TopRight
)
Padding: Specifies the offset of the bubble notification.
Object: Returns or sets the object that contains programmer-supplied data associated with this component. (Default: null
)
Returns true if BubbleNotification can offer an extender property to the specified target component.
target
The target object to add an extender property to.
Returns: Boolean. true if the BubbleNotification class can offer one or more extender properties; otherwise, false.
Removes all bubbles.
Returns the notification value associated with the specified control.
control
Returns: BubbleStyle. A Int32 containing the value to display in the bubble; when 0, the bubble is hidden.
Returns the notification value associated with the specified control.
control
Returns: Int32. A Int32 containing the value to display in the bubble; when 0, the bubble is hidden.
Shows the bubble notification value with the specified control.
control
style
The value to show in the bubble notification; 0 hides the bubble.
Shows the bubble notification value with the specified control.
control
value
The value to show in the bubble notification; 0 hides the bubble.
BubbleEventHandler Fired when the user clicks on a bubble notification.
An container.
The for which to retrieve the value.
The for which to retrieve the value.
The to associate the JavaScript with.
The to associate the JavaScript with.