Skip to main content
All docs
V25.2
  • TableCell.TextVerticalType Property

    Gets or sets the vertical text orientation in a table cell.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    Declaration

    public TextOrientationType TextVerticalType { get; set; }

    Property Value

    Type Description
    TextOrientationType

    The vertical text orientation in a table cell.

    Available values:

    Name
    VerticalFarEast
    Horizontal
    HorizontalRotatedFarEast
    Downward
    Upward
    Vertical
    VerticalRightToLeft
    See Also