menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConditionalFormattingStyle - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ConditionalFormattingStyle

    Represents a conditional style of table.

    Inheritance
    System.Object
    OwnerHolder
    XDLSSerializableBase
    Style
    ConditionalFormattingStyle
    Implements
    IXDLSSerializable
    IStyle
    Inherited Members
    OwnerHolder.Document
    OwnerHolder.m_doc
    Style.ApplyBaseStyle(BuiltinStyle)
    Style.ApplyBaseStyle(String)
    Style.BuiltInStyleIdentifier
    Style.CharacterFormat
    Style.CreateBuiltinStyle(BuiltinStyle, StyleType, WordDocument)
    Style.CreateBuiltinStyle(BuiltinStyle, WordDocument)
    Style.DEF_USER_STYLE_ID
    Style.InitXDLSHolder()
    Style.IsPrimaryStyle
    Style.IStyle.Close()
    Style.LinkedStyleName
    Style.m_baseStyle
    Style.m_chFormat
    Style.m_linkedStyleName
    Style.m_nextStyle
    Style.m_tapx
    Style.m_typeCode
    Style.Name
    Style.NameToBuiltIn(String)
    Style.ReadXmlAttributes(IXDLSAttributeReader)
    Style.Remove()
    Style.RestoreReference(String, Int32)
    Style.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.IXDLSSerializable.RestoreReference(String, Int32)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.IXDLSSerializable.XDLSHolder
    XDLSSerializableBase.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.XDLSHolder
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public class ConditionalFormattingStyle : Style, IXDLSSerializable, IStyle

    Properties

    CellProperties

    Gets cell properties.

    Declaration
    public TableStyleCellProperties CellProperties { get; }
    Property Value
    Type
    TableStyleCellProperties

    ConditionalFormattingType

    Gets conditional formatting code.

    Declaration
    public ConditionalFormattingType ConditionalFormattingType { get; }
    Property Value
    Type
    ConditionalFormattingType

    ParagraphFormat

    Gets paragraph format.

    Declaration
    public WParagraphFormat ParagraphFormat { get; }
    Property Value
    Type
    WParagraphFormat

    RowProperties

    Gets row properties.

    Declaration
    public TableStyleRowProperties RowProperties { get; }
    Property Value
    Type
    TableStyleRowProperties

    StyleType

    Gets the type of the style.

    Declaration
    public override StyleType StyleType { get; }
    Property Value
    Type Description
    StyleType

    The StyleTypemember that specifies the type of the style.

    Overrides
    Style.StyleType

    TableProperties

    Gets table properties.

    Declaration
    public TableStyleTableProperties TableProperties { get; }
    Property Value
    Type
    TableStyleTableProperties

    Methods

    Clone()

    Clones the IStyle, creating duplicate style.

    Declaration
    public override IStyle Clone()
    Returns
    Type Description
    IStyle

    The IStyle object.

    Overrides
    Style.Clone()

    CloneImpl()

    Clones itself.

    Declaration
    protected override object CloneImpl()
    Returns
    Type Description
    System.Object

    Returns cloned object.

    Overrides
    Style.CloneImpl()

    Implements

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