menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableStackedColumn - UWP 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
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class SerializableStackedColumn : Object

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved