TabContentIsCachedProperty Field

Controls whether tab content is cached or not

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static readonly DependencyProperty IsCachedProperty

Field Value

DependencyProperty

Remarks

When TabContent.IsCached is true, visual state of each tab is preserved (cached), even when the tab is hidden

See Also