menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TableConditionalFormattingType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum TableConditionalFormattingType

    Specifies the area of a table in which to apply special style formatting.

    Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
    Syntax
    public enum TableConditionalFormattingType

    Fields

    Name
    EvenColumnBanding

    Applies formatting to even-numbered columns.

    EvenRowBanding

    Applies formatting to even-numbered rows.

    FirstColumn

    Applies formatting to the first column in a table.

    FirstRow
    FirstRowFirstCell

    Applies formatting to the first cell in the first row.

    FirstRowLastCell

    Applies formatting to the last cell in the first row.

    LastColumn

    Applies formatting to the last column in a table.

    LastRow

    Applies formatting to the last row in a table.

    LastRowFirstCell

    Applies formatting to the first cell in the last row of the table.

    LastRowLastCell

    Applies formatting to the last cell in the last row of the table.

    OddColumnBanding

    Applies formatting to odd-numbered columns.

    OddRowBanding

    Applies formatting to odd-numbered rows.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved