AdvancedSaveFileDialogDefaultExt Property

Gets or sets default extension. The dialog appends this extension to the file name if the user fails to type an extension. The string should not contain a period (.). If this member is and the user fails to type an extension, no extension is appended.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public string? DefaultExt { get; set; }

Property Value

String

See Also