maze-project
Show / Hide Table of Contents

Class HeaderFrame

The HeaderFrame class represents a header cell frame

Inheritance
object
HeaderFrame
Namespace: Maze.Maui.Controls.InteractiveGrid
Assembly: Maze.Maui.Controls.dll
Syntax
public class HeaderFrame : Border

Constructors

HeaderFrame(HeaderType, int)

Constructor

Declaration
public HeaderFrame(HeaderType type, int index)
Parameters
Type Name Description
HeaderType type

Header type

int index

Positional index

Properties

DisplayIndex

Display index

Declaration
public int DisplayIndex { get; }
Property Value
Type Description
int

Display index

Index

Positional index

Declaration
public int Index { get; set; }
Property Value
Type Description
int

Index

Type

Header type

Declaration
public HeaderType Type { get; }
Property Value
Type Description
HeaderType

Header type

In this article
Back to top Generated by DocFX