Click or drag to resize
Task Scheduler Managed Class Library

CustomComboBoxDisplayMember Property

Gets or sets the property to display for this ListControl.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntax
public string DisplayMember { get; set; }
Request Example View Source

Property Value

Type: String

Return Value

Type: String
A String specifying the name of an object property that is contained in the collection specified by the DataSource property. The default is an empty string ("").
See Also