TechTalk Genome v4.2

GenomeDataSourcePinningEventArgs.PinnedContext Property

Gets or sets the Context the set or object has to be pinned to. Set it to a null reference to produce unpinned result.

public Context PinnedContext {get; set;}

Property Value

A Context object that can be used to Context.Pin<S> the object to. The default value is a null reference.

Remarks

You can specify the Context that will be used when pinning the Set or persistent object data source. You can set the value to a null reference to produce an unpinned result.

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

GenomeDataSourcePinningEventArgs Class | TechTalk.Genome.Extensions.Web.UI Namespace