Spread for ASP.NET 12 Product Documentation
UseContextKey Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > SlideShowCellType Class : UseContextKey Property
Gets or sets whether the context key should be used for the slide show cell.
Syntax
'Declaration
 
Public Property UseContextKey As Boolean
'Usage
 
Dim instance As SlideShowCellType
Dim value As Boolean
 
instance.UseContextKey = value
 
value = instance.UseContextKey
public bool UseContextKey {get; set;}
Remarks
This property determines whether the ContextKey property should be used. This is automatically enabled if the ContextKey property is ever set (on either the client or the server). If the context key is used, it should have the same signature with an additional parameter named contextKey of type string.
See Also

Reference

SlideShowCellType Class
SlideShowCellType Members