Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / Parent Property


In This Topic
    Parent Property (StyleInfo)
    In This Topic
    Gets or sets the name of the parent (StyleInfo object) of the style.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Overridable Property Parent As String
    'Usage
     
    Dim instance As StyleInfo
    Dim value As String
     
    instance.Parent = value
     
    value = instance.Parent
    [DefaultValue("")]
    public virtual string Parent {get; set;}

    Property Value

    The parent style name.
    See Also