menu

WPF

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

    Show / Hide Table of Contents

    Class TableDialog

    Displays a dialog to modify the properties of a table in SfRichTextBoxAdv.

    Inheritance
    System.Object
    Dialog
    TableDialog
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
    Syntax
    public sealed class TableDialog : Dialog, INotifyPropertyChanged

    Constructors

    TableDialog()

    Initializes a new instance of the TableDialog class.

    Declaration
    public TableDialog()

    Properties

    AllowBreakAcrossPages

    Determines whether the row is allowed to break across pages.

    Declaration
    public bool? AllowBreakAcrossPages { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    Bidi

    Gets or sets the bidirectional property of table.

    Declaration
    public bool Bidi { get; set; }
    Property Value
    Type
    System.Boolean

    CellContentAlignment

    Gets or sets the content alignment of the cell.

    Declaration
    public CellVerticalAlignment? CellContentAlignment { get; set; }
    Property Value
    Type
    System.Nullable<CellVerticalAlignment>

    CellPreferredWidth

    Gets or sets the cell width.

    Declaration
    public double CellPreferredWidth { get; set; }
    Property Value
    Type
    System.Double

    CellPreferredWidthType

    Gets or sets the cell width type.

    Declaration
    public WidthType CellPreferredWidthType { get; set; }
    Property Value
    Type
    WidthType

    HasCellWidth

    Determines whether the cell width has been defined.

    Declaration
    public bool? HasCellWidth { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    HasRowHeight

    Determines whether the row height has been defined.

    Declaration
    public bool? HasRowHeight { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    HasTableWidth

    Determines whether the row height has been defined.

    Declaration
    public bool HasTableWidth { get; set; }
    Property Value
    Type
    System.Boolean

    IsHeader

    Determines whether the row is header row or not.

    Declaration
    public bool? IsHeader { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    LeftIndent

    Gets or sets the left indent.

    Declaration
    public double LeftIndent { get; set; }
    Property Value
    Type
    System.Double

    RowHeight

    Gets or Sets the row height.

    Declaration
    public double RowHeight { get; set; }
    Property Value
    Type
    System.Double

    RowHeightType

    Gets or sets the row height type.

    Declaration
    public HeightType RowHeightType { get; set; }
    Property Value
    Type
    HeightType

    TableAlignment

    Gets or sets the table alignment.

    Declaration
    public TableAlignment TableAlignment { get; set; }
    Property Value
    Type
    TableAlignment

    TablePreferredWidth

    Gets or set the table width.

    Declaration
    public double TablePreferredWidth { get; set; }
    Property Value
    Type Description
    System.Double

    The table width.

    TablePreferredWidthType

    Gets or sets the table width type.

    Declaration
    public WidthType TablePreferredWidthType { get; set; }
    Property Value
    Type
    WidthType

    Methods

    OnApplyTemplate()

    When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

    Declaration
    public override void OnApplyTemplate()

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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