menu

WPF

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

    Show / Hide Table of Contents

    Class SerializableStackedColumn

    Represents a class that is used to serialize and deserialize StackedColumn property settings.

    Inheritance
    System.Object
    SerializableStackedColumn
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class SerializableStackedColumn

    Constructors

    SerializableStackedColumn()

    Declaration
    public SerializableStackedColumn()

    Properties

    ChildColumns

    Gets or sets the name of child columns that need to be stacked under the specified serializable stacked column.

    Declaration
    public string ChildColumns { get; set; }
    Property Value
    Type
    System.String

    HeaderText

    Gets or sets the header text of the serializable stacked column.

    Declaration
    public string HeaderText { get; set; }
    Property Value
    Type
    System.String

    MappingName

    Gets or sets the mapping name of the serializable stacked column.

    Declaration
    public string MappingName { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved