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 |