BingItineraryItemWarning(String, BingItineraryWarningType) Constructor
Initializes a new instance of the BingItineraryItemWarning class with the specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v20.2.dll
Declaration
public BingItineraryItemWarning(
string text,
BingItineraryWarningType type
)
Public Sub New(
text As String,
type As BingItineraryWarningType
)
Parameters
Name | Type | Description |
---|---|---|
text | String | A String specifying the warning text. This value is assigned to the BingItineraryItemWarning.Text property. |
type | BingItineraryWarningType | A BingItineraryWarningType enumeration value specifying the warning type. This value is assigned to the BingItineraryItemWarning.Type property. |
See Also
Feedback