DisplayName Property (SchedulerGroupItem)
In This Topic
Gets or sets the
System.String value representing the display name of the
SchedulerGroupItem object. This is a dependency property.
Syntax
'Declaration
Public Property DisplayName As String
public string DisplayName {get; set;}
Property Value
The display name.
See Also