menu

WPF

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

    Show / Hide Table of Contents

    Interface IAllowKeepAliveOnlyCurrentCell

    Provies a AllowKeepAliveOnlyCurrentCell property that gets or sets whether the renderer will create the UIElement only when BeginEdit is called for the current cell and the UIElement should be discarded once EndEdit or CancelEdit is called. Setting this option is only valid when SupportsRenderOptimization is enabled.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public interface IAllowKeepAliveOnlyCurrentCell

    Properties

    AllowKeepAliveOnlyCurrentCell

    Gets or sets whether the renderer will create the UIElement only when BeginEdit is called for the current cell and the UIElement should be discarded once EndEdit or CancelEdit is called. Setting this option is only valid when SupportsRenderOptimization is enabled.

    Declaration
    bool AllowKeepAliveOnlyCurrentCell { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved