alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TableSettings

    Provides configurable style settings for tables.

    Inheritance
    System.Object
    TableSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.Markdown
    Assembly: Syncfusion.SfMarkdownViewer.WPF.dll
    Syntax
    public class TableSettings : DependencyObject, INotifyPropertyChanged

    Constructors

    TableSettings()

    Initializes a new instance of the TableSettings class.

    Declaration
    public TableSettings()

    Fields

    ContentStyleProperty

    Identifies the ContentStyle dependency property.

    Declaration
    public static readonly DependencyProperty ContentStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    HeaderStyleProperty

    Identifies the HeaderStyle dependency property.

    Declaration
    public static readonly DependencyProperty HeaderStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Background

    Gets or sets the background for table.

    Declaration
    public SolidColorBrush Background { get; set; }
    Property Value
    Type
    System.Windows.Media.SolidColorBrush

    BorderBrush

    Gets or sets the border brush for table.

    Declaration
    public SolidColorBrush BorderBrush { get; set; }
    Property Value
    Type
    System.Windows.Media.SolidColorBrush

    ContentStyle

    Gets or sets the font proprties for table content.

    Declaration
    public FontSettings ContentStyle { get; set; }
    Property Value
    Type
    FontSettings

    HeaderStyle

    Gets or sets the font proprties for table header.

    Declaration
    public HeaderSettings HeaderStyle { get; set; }
    Property Value
    Type
    HeaderSettings

    Methods

    OnPropertyChanged(String)

    Raises the PropertyChanged event for the specified property.

    Declaration
    protected void OnPropertyChanged(string propertyName = null)
    Parameters
    Type Name Description
    System.String propertyName

    Name of the property that changed.

    Events

    PropertyChanged

    Event triggered when a property value changes. Used to notify the UI for data binding updates (INotifyPropertyChanged).

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

    Implements

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