menu

UWP

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

    Show / Hide Table of Contents

    Class GraphicRegion

    Determines the regions of GraphicCell. (i.e., Where the GraphicCell is placed (Frozen row area, Frozen column area and scrollable area). Load the duplicate controls based on the GraphicRegion.

    Inheritance
    System.Object
    GraphicRegion
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.GraphicCells
    Assembly: Syncfusion.SfSpreadsheet.UWP.dll
    Syntax
    public sealed class GraphicRegion : Enum

    Fields

    Frozen

    Set if GraphicCell is placed in non scrollable area.

    Declaration
    public const GraphicRegion Frozen
    Field Value
    Type
    GraphicRegion

    FrozenColumn

    Set if GraphicCell is placed in Frozen columns area.

    Declaration
    public const GraphicRegion FrozenColumn
    Field Value
    Type
    GraphicRegion

    FrozenRow

    Set if GraphicCell is placed in Frozen rows area.

    Declaration
    public const GraphicRegion FrozenRow
    Field Value
    Type
    GraphicRegion

    Normal

    Set if GraphicCell is placed in normal scrollable area.

    Declaration
    public const GraphicRegion Normal
    Field Value
    Type
    GraphicRegion

    Extension Methods

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