Intersoft ClientUI Documentation
UXPage Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
Intersoft.Client.UI.Navigation Namespace : UXPage Class


The following tables list the members exposed by UXPage.

Public Constructors

 NameDescription
public ConstructorUXPage ConstructorInitializes a new instance of the UXPage class.Initializes a new instance of UXPage class.  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)AutoDisposeDataContextPropertyIdentifies the AutoDisposeDataContext dependency property.  
public Fieldstatic (Shared in Visual Basic)BlockUIOnBusyPropertyIdentifies the BlockUIOnBusy dependency property.  
public Fieldstatic (Shared in Visual Basic)CancelNavigationOnDataErrorPropertyIdentifies the CancelNavigationOnDataError dependency property.  
public Fieldstatic (Shared in Visual Basic)CornerRadiusPropertyIdentifies the IsBusy dependency property.  
public Fieldstatic (Shared in Visual Basic)DefaultFocusPropertyIdentifies the DefaultFocus dependency property.  
public Fieldstatic (Shared in Visual Basic)FooterCornerRadiusPropertyIdentifies the FooterCornerRadius dependency property.  
public Fieldstatic (Shared in Visual Basic)HeaderCornerRadiusPropertyIdentifies the HeaderCornerRadius dependency property.  
public Fieldstatic (Shared in Visual Basic)IsAuthenticatedPropertyIdentifies the IsAuthenticated dependency property.  
public Fieldstatic (Shared in Visual Basic)IsBusyPropertyIdentifies the IsBusy dependency property.  
public Fieldstatic (Shared in Visual Basic)NavigatedCommandPropertyIdentifies the NavigatedCommand dependency property.  
public Fieldstatic (Shared in Visual Basic)RequiresAuthenticationPropertyIdentifies the RequiresAuthentication dependency property.  
public Fieldstatic (Shared in Visual Basic)RequiresRolePropertyIdentifies the RequiresRole dependency property.  
public Fieldstatic (Shared in Visual Basic)UserPropertyIdentifies the User dependency property.  
public Fieldstatic (Shared in Visual Basic)UseSingleSignOnPropertyIdentifies the UseSingleSignOn dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowCanClosePropertyIdentifies the WindowCanClose dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowCanMaximizePropertyIdentifies the WindowCanMaximize dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowCanMinimizePropertyIdentifies the WindowCanMinimize dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowCanResizePropertyIdentifies the WindowCanResize dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowGroupNamePropertyIdentifies the WindowGroupName dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowHeightPropertyIdentifies the WindowHeightProperty dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowIconLargePropertyIdentifies the WindowIconLarge dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowIconPropertyIdentifies the WindowIconProperty dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowLeftPropertyIdentifies the WindowLeft dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowMaxHeightPropertyIdentifies the WindowMaxHeight dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowMaxWidthPropertyIdentifies the WindowMaxWidth dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowMinHeightPropertyIdentifies the WindowMinHeight dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowMinWidthPropertyIdentifies the WindowMinWidth dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowTaskbarIconPropertyIdentifies the WindowTaskbarIconProperty dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowTitlePropertyIdentifies the WindowTitleProperty dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowTopPropertyIdentifies the WindowTop dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowUseDefaultChromePropertyIdentifies the WindowUseDefaultChrome dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowUseNavigationUIPropertyIdentifies the WindowUseNavigationUI dependency property.  
public Fieldstatic (Shared in Visual Basic)WindowWidthPropertyIdentifies the WindowWidthProperty dependency property.  
Top

Public Properties

 NameDescription
public PropertyActualHeight (Inherited from System.Windows.FrameworkElement)
public PropertyActualWidth (Inherited from System.Windows.FrameworkElement)
public PropertyAllowDrop (Inherited from System.Windows.UIElement)
public PropertyAutoDisposeDataContextGets or sets a value indicating whether the data context should be automatically disposed when the page is disposed.  
public PropertyBackground (Inherited from System.Windows.Controls.Control)
public PropertyBlockUIOnBusyGets or sets a value indicating whether the UI elements in the page should be disabled when IsBusy property is true.  
public PropertyBorderBrush (Inherited from System.Windows.Controls.Control)
public PropertyBorderThickness (Inherited from System.Windows.Controls.Control)
public PropertyCacheMode (Inherited from System.Windows.UIElement)
public PropertyCancelNavigationOnDataErrorGets or sets a value indicating whether navigating from this page should be cancelled if an error existed in the page.  
public PropertyClip (Inherited from System.Windows.UIElement)
public PropertyContent (Inherited from System.Windows.Controls.UserControl)
public PropertyCornerRadiusRepresents the radii of the page border which value is used to determine HeaderCornerRadius and FooterCornerRadius.  
public PropertyCursor (Inherited from System.Windows.FrameworkElement)
public PropertyDataContext (Inherited from System.Windows.FrameworkElement)
public PropertyDefaultFocusSpecifies the default UI control to be focused when the page is loaded.  
public PropertyDesiredSize (Inherited from System.Windows.UIElement)
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyEffect (Inherited from System.Windows.UIElement)
public PropertyFlowDirection (Inherited from System.Windows.FrameworkElement)
public PropertyFontFamily (Inherited from System.Windows.Controls.Control)
public PropertyFontSize (Inherited from System.Windows.Controls.Control)
public PropertyFontStretch (Inherited from System.Windows.Controls.Control)
public PropertyFontStyle (Inherited from System.Windows.Controls.Control)
public PropertyFontWeight (Inherited from System.Windows.Controls.Control)
public PropertyFooterCornerRadiusRepresents the inner radii of the border which can be applied to footer element of the page.  
public PropertyForeground (Inherited from System.Windows.Controls.Control)
public PropertyHeaderCornerRadiusRepresents the inner radii of the border which can be applied to header element of the page.  
public PropertyHeight (Inherited from System.Windows.FrameworkElement)
public PropertyHorizontalAlignment (Inherited from System.Windows.FrameworkElement)
public PropertyHorizontalContentAlignment (Inherited from System.Windows.Controls.Control)
public PropertyIsAuthenticatedGets a value indicating whether the associated User is authenticated.  
public PropertyIsBusyGets or sets a value indicating whether the page is currently processing a task such as asynchronous data retrieval.  
public PropertyIsEnabled (Inherited from System.Windows.Controls.Control)
public PropertyIsHitTestVisible (Inherited from System.Windows.UIElement)
public PropertyIsLoadedReturns a boolean value indicating whether the page has been completely loaded.  
public PropertyIsTabStop (Inherited from System.Windows.Controls.Control)
public PropertyLanguage (Inherited from System.Windows.FrameworkElement)
public PropertyMargin (Inherited from System.Windows.FrameworkElement)
public PropertyMaxHeight (Inherited from System.Windows.FrameworkElement)
public PropertyMaxWidth (Inherited from System.Windows.FrameworkElement)
public PropertyMinHeight (Inherited from System.Windows.FrameworkElement)
public PropertyMinWidth (Inherited from System.Windows.FrameworkElement)
public PropertyName (Inherited from System.Windows.FrameworkElement)
public PropertyNavigatedCommandGets or sets the command to execute when the UXFrame navigates to this page.  
public PropertyNavigationCacheMode (Inherited from System.Windows.Controls.Page)
public PropertyNavigationContext (Inherited from System.Windows.Controls.Page)
public PropertyNavigationContextExtendedGets the navigation context for this page  
public PropertyNavigationService (Inherited from System.Windows.Controls.Page)
public PropertyNavigationServiceExtendedGets the navigation service for this page  
public PropertyOpacity (Inherited from System.Windows.UIElement)
public PropertyOpacityMask (Inherited from System.Windows.UIElement)
public PropertyPadding (Inherited from System.Windows.Controls.Control)
public PropertyParent (Inherited from System.Windows.FrameworkElement)
public PropertyProjection (Inherited from System.Windows.UIElement)
public PropertyRenderSize (Inherited from System.Windows.UIElement)
public PropertyRenderTransform (Inherited from System.Windows.UIElement)
public PropertyRenderTransformOrigin (Inherited from System.Windows.UIElement)
public PropertyRequiresAuthenticationGets or sets a value indicating whether the page requires the User to be authenticated in order to access the page.  
public PropertyRequiresRoleGets or sets the roles required by the User to display the page.  
public PropertyResources (Inherited from System.Windows.FrameworkElement)
public PropertyStyle (Inherited from System.Windows.FrameworkElement)
public PropertyTabIndex (Inherited from System.Windows.Controls.Control)
public PropertyTabNavigation (Inherited from System.Windows.Controls.Control)
public PropertyTag (Inherited from System.Windows.FrameworkElement)
public PropertyTemplate (Inherited from System.Windows.Controls.Control)
public PropertyTitle (Inherited from System.Windows.Controls.Page)
public PropertyTriggers (Inherited from System.Windows.FrameworkElement)
public PropertyUseLayoutRounding (Inherited from System.Windows.UIElement)
public PropertyUserGets or sets the System.Security.Principal.IPrincipal object representing the user that participates in the page authentication.  
public PropertyUseSingleSignOnGets or sets a value indicating whether the page is automatically authenticated when previous authentication succeeded.  
public PropertyVerticalAlignment (Inherited from System.Windows.FrameworkElement)
public PropertyVerticalContentAlignment (Inherited from System.Windows.Controls.Control)
public PropertyVisibility (Inherited from System.Windows.UIElement)
public PropertyWidth (Inherited from System.Windows.FrameworkElement)
public PropertyWindowCanCloseGets or sets a value indicating whether the window can be closed.  
public PropertyWindowCanMaximizeGets or sets a value indicating whether the window can be maximized.  
public PropertyWindowCanMinimizeGets or sets a value indicating whether the window can be minimized.  
public PropertyWindowCanResizeGets or sets a value indicating whether the window can be resized.  
public PropertyWindowGroupNameGets or sets the group name for the window.  
public PropertyWindowHeightGets or sets the window's height.  
public PropertyWindowIconGets or sets the window's icon.  
public PropertyWindowIconLargeGets or sets the window's large icon.  
public PropertyWindowLeftGets or sets the left position of the window.  
public PropertyWindowMaxHeightGets or sets the window's maximum height.  
public PropertyWindowMaxWidthGets or sets the window's maximum width.  
public PropertyWindowMinHeightGets or sets the window's minimum height.  
public PropertyWindowMinWidthGets or sets the window's minimum width.  
public PropertyWindowTitleGets or sets the window's title.  
public PropertyWindowTopGets or sets the top position of the window.  
public PropertyWindowUseDefaultChromeGets or sets a value indicating whether the window should use default chrome style.  
public PropertyWindowUseNavigationUIGets or sets a value indicating whether the navigation UI should be displayed in navigation window.  
public PropertyWindowWidthGets or sets the window's width.  
Top

Protected Properties

 NameDescription
protected PropertyDefaultStyleKey (Inherited from System.Windows.Controls.Control)
Top

Public Methods

 NameDescription
public MethodAddHandler (Inherited from System.Windows.UIElement)
public MethodApplyTemplate (Inherited from System.Windows.Controls.Control)
public MethodArrange (Inherited from System.Windows.UIElement)
public MethodCaptureMouse (Inherited from System.Windows.UIElement)
public MethodClearValue (Inherited from System.Windows.DependencyObject)
public MethodDisposeCalled when the object is disposed.  
public MethodFindName (Inherited from System.Windows.FrameworkElement)
public MethodFocus (Inherited from System.Windows.Controls.Control)
public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
public MethodGetBindingExpression (Inherited from System.Windows.FrameworkElement)
public MethodGetNavigatorGets the navigation control that hosts this page.  
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodGetWindowHostGets the IWindow object that hosts this page.  
public MethodInvalidateArrange (Inherited from System.Windows.UIElement)
public MethodInvalidateMeasure (Inherited from System.Windows.UIElement)
public MethodMeasure (Inherited from System.Windows.UIElement)
public MethodOnApplyTemplate (Inherited from System.Windows.FrameworkElement)
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodReleaseMouseCapture (Inherited from System.Windows.UIElement)
public MethodRemoveHandler (Inherited from System.Windows.UIElement)
public MethodSetBinding (Inherited from System.Windows.FrameworkElement)
public MethodSetValue (Inherited from System.Windows.DependencyObject)
public MethodTransformToVisual (Inherited from System.Windows.UIElement)
public MethodUpdateLayout (Inherited from System.Windows.UIElement)
Top

Protected Methods

 NameDescription
protected MethodArrangeOverride (Inherited from System.Windows.FrameworkElement)
protected MethodGetTemplateChild (Inherited from System.Windows.Controls.Control)
protected MethodMeasureOverride (Inherited from System.Windows.FrameworkElement)
protected MethodOnApplicationInitializedCalled when the Intersoft.Client.Framework.ApplicationPackage which this page belongs is initialized for the first time.  
protected MethodOnChildNavigationCalled when a child page has been successfully navigated within the parent frame context.  
protected MethodOnCreateAutomationPeer (Inherited from System.Windows.UIElement)
protected MethodOnDragEnter (Inherited from System.Windows.Controls.Control)
protected MethodOnDragLeave (Inherited from System.Windows.Controls.Control)
protected MethodOnDragOver (Inherited from System.Windows.Controls.Control)
protected MethodOnDrop (Inherited from System.Windows.Controls.Control)
protected MethodOnFragmentNavigation (Inherited from System.Windows.Controls.Page)
protected MethodOnGotFocus (Inherited from System.Windows.Controls.Control)
protected MethodOnKeyDown (Inherited from System.Windows.Controls.Control)
protected MethodOnKeyUp (Inherited from System.Windows.Controls.Control)
protected MethodOnLostFocus (Inherited from System.Windows.Controls.Control)
protected MethodOnLostMouseCapture (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseEnter (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseLeave (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseLeftButtonDown (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseLeftButtonUp (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseMove (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseRightButtonDown (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseRightButtonUp (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseWheel (Inherited from System.Windows.Controls.Control)
protected MethodOnNavigatedFromCalled when the page is no longer the active page in the navigation frame.  
protected MethodOnNavigatedToCalled when the page becomes the active content in the navigation frame.  
protected MethodOnNavigatingFromCalled when the page is being navigated away in the navigation frame.  
protected MethodOnTextInput (Inherited from System.Windows.Controls.Control)
protected MethodOnTextInputStart (Inherited from System.Windows.Controls.Control)
protected MethodOnTextInputUpdate (Inherited from System.Windows.Controls.Control)
Top

Public Events

 NameDescription
public EventAuthenticatedOccurs when the the page is successfully authenticated.  
public EventBindingValidationError (Inherited from System.Windows.FrameworkElement)
public EventDragEnter (Inherited from System.Windows.UIElement)
public EventDragLeave (Inherited from System.Windows.UIElement)
public EventDragOver (Inherited from System.Windows.UIElement)
public EventDrop (Inherited from System.Windows.UIElement)
public EventGotFocus (Inherited from System.Windows.UIElement)
public EventIsEnabledChanged (Inherited from System.Windows.Controls.Control)
public EventKeyDown (Inherited from System.Windows.UIElement)
public EventKeyUp (Inherited from System.Windows.UIElement)
public EventLayoutUpdated (Inherited from System.Windows.FrameworkElement)
public EventLoaded (Inherited from System.Windows.FrameworkElement)
public EventLostFocus (Inherited from System.Windows.UIElement)
public EventLostMouseCapture (Inherited from System.Windows.UIElement)
public EventMouseEnter (Inherited from System.Windows.UIElement)
public EventMouseLeave (Inherited from System.Windows.UIElement)
public EventMouseLeftButtonDown (Inherited from System.Windows.UIElement)
public EventMouseLeftButtonUp (Inherited from System.Windows.UIElement)
public EventMouseMove (Inherited from System.Windows.UIElement)
public EventMouseRightButtonDown (Inherited from System.Windows.UIElement)
public EventMouseRightButtonUp (Inherited from System.Windows.UIElement)
public EventMouseWheel (Inherited from System.Windows.UIElement)
public EventRequestingAuthenticationOccurs when the page is requesting authentication.  
public EventSizeChanged (Inherited from System.Windows.FrameworkElement)
public EventTextInput (Inherited from System.Windows.UIElement)
public EventTextInputStart (Inherited from System.Windows.UIElement)
public EventTextInputUpdate (Inherited from System.Windows.UIElement)
public EventUnloaded (Inherited from System.Windows.FrameworkElement)
Top

See Also

© 2012 All Rights Reserved.