Gets display name.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual string GetDisplayName(
	PropertyDescriptor property
)
Visual Basic
Protected Overridable Function GetDisplayName ( 
	property As PropertyDescriptor
) As String
Visual C++
protected:
virtual String^ GetDisplayName(
	PropertyDescriptor^ property
)
F#
abstract GetDisplayName : 
        property : PropertyDescriptor -> string 
override GetDisplayName : 
        property : PropertyDescriptor -> string 

Parameters

property
Type: System.ComponentModel..::..PropertyDescriptor
Property descriptor

Return Value

Type: String
Display name

See Also