BaseSelectionListCalculateSelectedFiles Property |
Use CalculateSelectedFiles to control whether the size and count of the selected files should be calculated or not.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool CalculateSelectedFiles { get; set; }
Public Property CalculateSelectedFiles As Boolean
Get
Set
public:
property bool CalculateSelectedFiles {
bool get ();
void set (bool value);
}
member CalculateSelectedFiles : bool with get, set
Property Value
Type:
BooleanSee Also