Back to Devexpress

DiagramShowingSaveDialogEventArgs Properties

windowsforms-devexpress-dot-xtradiagram-dot-diagramshowingsavedialogeventargs-dot-underscore-properties.md

latest2.0 KB
Original Source

DiagramShowingSaveDialogEventArgs Properties

Provides data for the DiagramControl.ShowingSaveDialog and DiagramControl.ShowingSaveDialog event.

NameDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
DefaultFileNameGets or sets the default name of the file to which to save the diagram.
DocumentSourceToSaveGets or sets the object to which to save the diagram skipping the dialog window. This object can be a full file path, Uri object, stream or array of bytes.
FilterGets or sets the string that determines the file filtering options that appear in the dialog.
FilterIndexGets or sets which filtering option is selected by default.
InitialDirectoryGets or sets the path to the directory displayed by the dialog.
TitleGets or sets the title of the dialog.

See Also

DiagramShowingSaveDialogEventArgs Class

DiagramShowingSaveDialogEventArgs Members

DevExpress.XtraDiagram Namespace