menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableDataGridStackedHeaderRow - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SerializableDataGridStackedHeaderRow

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

    Inheritance
    System.Object
    SerializableDataGridStackedHeaderRow
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class SerializableDataGridStackedHeaderRow : Object

    Constructors

    SerializableDataGridStackedHeaderRow()

    Declaration
    public SerializableDataGridStackedHeaderRow()

    Properties

    Name

    Gets or sets the name of the SerializableStackedHeaderRow.

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

    StackedColumns

    Gets or sets the collection of the serializable StackedColumns to group under particular category.

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