Table of Contents

Property AllowNullFileName

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AllowNullFileName

Gets or sets whether an empty file name is allowed when dialog result is Accepted.

public virtual bool AllowNullFileName { get; set; }

Property Value

bool

Remarks

Default value is false. When empty file name is not allowed, dialog result is set to Canceled when file name is empty or null.