Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / PrintStyle Class / DisplayName Property

In This Topic
    DisplayName Property (PrintStyle)
    In This Topic
    Gets or sets the System.String value, determining style display name.
    Syntax
    'Declaration
     
    Public Property DisplayName As System.String
    public System.string DisplayName {get; set;}
    Remarks
    For default styles this value is initialized with the value of the Description property localized according to the owning control's culture.
    See Also