Class EnumDescriptor
Inheritance
System.Object
EnumDescriptor
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.WinControls.UI.Data
Assembly: Telerik.WinControls.UI.dll
Syntax
public class EnumDescriptor
Constructors
EnumDescriptor(Type, Object)
Declaration
public EnumDescriptor(Type source, object value)
Parameters
System.Type
source
|
System.Object
value
|
Properties
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
Value
Declaration
public object Value { get; }
Property Value
System.Object
|