BingItineraryItemWarning(String, BingItineraryWarningType, BingItineraryWarningSeverity) Constructor
Initializes a new instance of the BingItineraryItemWarning
class with the specified parameters.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
public BingItineraryItemWarning(
string text,
BingItineraryWarningType type,
BingItineraryWarningSeverity severity
)
Parameters
Name | Type | Description |
---|---|---|
text | String | A String specifying the warning text. This value is assigned to the |
type | BingItineraryWarningType | A |
severity | BingItineraryWarningSeverity | A |
See Also