Class RadChart.ControlVersion
Inheritance
System.Object
RadChart.ControlVersion
Inherited Members
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.WinControls.UI
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class ControlVersion : IFormattable
Constructors
ControlVersion()
Declaration
public ControlVersion()
Properties
MajorMinor
Declaration
public string MajorMinor { get; }
Property Value
System.String
|
MajorMinorAsUrl
Declaration
public string MajorMinorAsUrl { get; }
Property Value
System.String
|
MajorMinorBuild
Declaration
public string MajorMinorBuild { get; }
Property Value
System.String
|
MajorMinorBuildAsUrl
Declaration
public string MajorMinorBuildAsUrl { get; }
Property Value
System.String
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
ToString(String)
Declaration
public string ToString(string format)
Parameters
System.String
format
|
Returns
System.String
|
ToString(String, IFormatProvider)
Declaration
public string ToString(string format, IFormatProvider formatProvider)
Parameters
System.String
format
|
System.IFormatProvider
formatProvider
|
Returns
System.String
|
Implements
System.IFormattable.ToString(System.String, System.IFormatProvider)