| ItemDescriptionListTGetDescription Property  | 
            Gets or sets a method that returns the description associated with an item.
            
 
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Func<T, string> GetDescription { get; set; }Public Property GetDescription As Func(Of T, String)
	Get
	Set
public:
property Func<T, String^>^ GetDescription {
	Func<T, String^>^ get ();
	void set (Func<T, String^>^ value);
}member GetDescription : Func<'T, string> with get, set
Property Value
Type: 
FuncT, 
String
See Also