GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / Style Property
In This Topic
    Style Property (GoGrid)
    In This Topic
    Gets or sets the style of the grid.
    Syntax
    [Category("Grid")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("The appearance style of the grid.")]
    public virtual GoViewGridStyle Style {get; set;}

    Property Value

    This GoViewGridStyle value defaults to GoViewGridStyle.None.
    See Also