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

    Gets or sets text formatting properties for the data table.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public TextProperties TextProperties { get; set; }

    Property Value

    Type Description
    TextProperties

    A TextProperties object.

    Property Paths

    You can access this nested property as listed below:

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