CategoryPicker.OverrideIsPostBackValue Field
Specifies a value that indicates whether the control should ignore the value of the Page.IsPostBack property and assume that Page.IsPostBack is false for the rest of the correct post.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public OverrideIsPostBackValue As Boolean
'Usage
Dim instance As CategoryPicker
Dim value As Boolean
value = instance.OverrideIsPostBackValue
instance.OverrideIsPostBackValue = value
public bool OverrideIsPostBackValue