Skip to main content

BingItineraryItemWarning(String, BingItineraryWarningType, BingItineraryWarningSeverity) Constructor

Initializes a new instance of the BingItineraryItemWarning class with the specified parameters.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.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 BingItineraryItemWarning.Text property.

type BingItineraryWarningType

A BingItineraryWarningType enumeration value specifying the warning type. This value is assigned to the BingItineraryItemWarning.Type property.

severity BingItineraryWarningSeverity

A BingItineraryWarningSeverity enumeration value specifying the warning severity. This value is assigned to the BingItineraryItemWarning.Severity property.

See Also