FileManagerControlShowFileExtensions Property

Gets or sets a value that specifies whether the extension part of the file names should be be displayed. Default is false. When this set to true, the file extension will be also editable in dialog boxes when user is prompted (eg. on Rename and Add to Zip actions).

Definition

Namespace: GleamTech.FileUltimate.AspNet.WebForms
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
public bool ShowFileExtensions { get; set; }

Property Value

Boolean

See Also