FlexGrid for WinForms| ComponentOne
C1.Win.C1FlexGrid Namespace / CellBorder Class / Style Property

In This Topic
    Style Property (CellBorder)
    In This Topic
    Gets or sets the border style.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1DescriptionAttribute("Bdr.Style", "Gets or sets the border style.")>
    <RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    Public Property Style As BorderStyleEnum
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Description("Bdr.Style", "Gets or sets the border style.")]
    [RefreshProperties(RefreshProperties.Repaint)]
    public BorderStyleEnum Style {get; set;}
    See Also