Click or drag to resize

FileManagerShowNothingSelectedOption Property

Gets or sets if nothing selected option should be in the file list

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
[DefaultValueAttribute(true)]
public bool ShowNothingSelectedOption { get; set; }

Property Value

Type: Boolean
Remarks
Default is true
See Also