Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DayOfWeekStyle Class / ReflectToTitle Property


In This Topic
    ReflectToTitle Property
    In This Topic
    Gets or sets the ReflectToTitle value.
    Syntax
    'Declaration
     
    
    Public Property ReflectToTitle As ReflectTitle
    'Usage
     
    
    Dim instance As DayOfWeekStyle
    Dim value As ReflectTitle
     
    instance.ReflectToTitle = value
     
    value = instance.ReflectToTitle
    public ReflectTitle ReflectToTitle {get; set;}

    Property Value

    The ReflectTitle value that indicates a policy about how to apply the SubStyle to the title.
    See Also