[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ContextMenu.IsTrackingViewState

IsTrackingViewState Property

IsTrackingViewState

Indicates whether this menu is tracking the viewstate.

Declaration
[Browsable(false)]
public bool IsTrackingViewState { get; }
<Browsable(False)>
Public ReadOnly Property IsTrackingViewState As Boolean
Property Value
Type Description
bool

true if a server control is tracking its view state changes; otherwise, false.

Implements