ASPxClientPopupWindowPinnedChangedEventArgs Members
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
| 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