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

    Gets or sets a value indicating whether the horizontal anchor of the cell is centered.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool HorizontalAnchorCenter { get; set; }

    Property Value

    Type Description
    Boolean

    true if the horizontal anchor of the cell is centered; otherwise, false.

    See Also