Back to Devexpress

DialogDisplayOptions Constructors

blazor-devexpress-dot-blazor-dot-dialogdisplayoptions-dot-ctor.md

latest1.6 KB
Original Source

DialogDisplayOptions Constructors

Contains display options for a dialog.

NameParametersDescription
DialogDisplayOptions(ElementReference, HorizontalAlignment, VerticalAlignment)targetReference, horizontalAlignment, verticalAlignmentInitializes a new instance of the DialogDisplayOptions class with the specified dialog target reference element, and horizontal and vertical alignment.
DialogDisplayOptions(Point)targetPointInitializes a new instance of the DialogDisplayOptions class with the specified dialog target point.
DialogDisplayOptions(String, HorizontalAlignment, VerticalAlignment)targetSelector, horizontalAlignment, verticalAlignmentInitializes a new instance of the DialogDisplayOptions class with the specified dialog target selector, and horizontal and vertical alignment.

See Also

DialogDisplayOptions Struct

DialogDisplayOptions Members

DevExpress.Blazor Namespace