Skip to main content

ASPxClientPopupWindowPinnedChangedEventArgs Members

In This Article
Provides data for the ASPxClientPopupControlBase.PinnedChanged event.

#Constructors

Name Description
constructor(window, pinned) Initializes a new instance of the ASPxClientPopupWindowPinnedChangedEventArgs class with the specified settings.

#Properties
Show Inherited Hide Inherited

Name Description
pinned Gets a value indicating whether the processed popup window has been pinned.
window Gets the popup window object related to the event. Inherited from ASPxClientPopupWindowEventArgs.
See Also