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


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

    Property Value

    The name of the style.
    See Also