Skip to main content
All docs
V26.1
  • DataTableOptions.ShowHorizontalBorder Property

    Gets or sets whether to display horizontal borders in the chart data table.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool ShowHorizontalBorder { get; set; }

    Property Value

    Type Description
    Boolean

    true to display horizontal borders; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to ShowHorizontalBorder
    Chart
    .DataTable .ShowHorizontalBorder
    See Also