menu

WPF

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

    Show / Hide Table of Contents

    Enum 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.

    Namespace: Syncfusion.UI.Xaml.Spreadsheet.GraphicCells
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    [Flags]
    public enum GraphicRegion

    Fields

    Name Description
    Frozen

    Set if GraphicCell is placed in non scrollable area.

    FrozenColumn

    Set if GraphicCell is placed in Frozen columns area.

    FrozenRow

    Set if GraphicCell is placed in Frozen rows area.

    Normal

    Set if GraphicCell is placed in normal scrollable area.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved