Skip to main content

DiagramShowingOpenImageDialogEventArgs.Title Property

Gets or sets the title of the dialog.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public string Title { get; set; }

Property Value

Type Description
String

A string value that is the title of the dialog. By default, Insert Picture

See Also