| ShellTreeViewFileNameFormat Property  | 
 Specifies, whether filename are presented with file extensions or not. By default, this depends on the respective setting in Windows Explorer.
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxpublic FileNameFormat FileNameFormat { get; set; }Public Property FileNameFormat As FileNameFormat
	Get
	Set
public:
property FileNameFormat FileNameFormat {
	FileNameFormat get ();
	void set (FileNameFormat value);
}member FileNameFormat : FileNameFormat with get, set
Property Value
Type: 
FileNameFormatThe file name format.
 Remarks
Remarks See Also
See Also