CalendarPickerViewCellInitializeEventArgs.NavigateUrlTarget Property
Gets or sets the window or frame for which to target the contents of the URL associated with the cell by the CalendarPickerViewCellInitializeEventArgs.NavigateUrl property.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| String | A String value that identifies the window or frame for which to target the URL content. |
Remarks
If the CalendarPickerViewCellInitializeEventArgs.NavigateUrl property is defined, use the NavigateUrlTarget property to target the URL’s contents.
The available values of the property are listed in the table below.
| Member | Description |
|---|---|
| _blank | Load the linked document into a new blank window. This window is not named. |
| _parent | Load the linked document into the immediate parent of the document the link is in. |
| _search | Load the linked document into the browser search pane. |
| _self | Load the linked document into the window in which the link was clicked (the active window). |
| _top | Load the linked document into the topmost window. |
See Also