Class PlatformSettings
Static class which provides access to the platform-specific settings for all parts of the ZIP library.
Inheritance
System.Object
PlatformSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Spreadsheet.Zip
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public static class PlatformSettings
Properties
Manager
Gets or sets platform manager.
Declaration
public static IPlatformManager Manager { get; set; }
Property Value
IPlatformManager
|