New to Telerik UI for WPFStart a free 30-day trial

Represents UI layer initialize context

Definition

Namespace:Telerik.Windows.Documents.Fixed.UI.Layers

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public class UILayerInitializeContext

Inheritance: objectUILayerInitializeContext

Properties

Document

RadFixedDocument

Gets the document.

C#
public RadFixedDocument Document { get; }
Property Value:

The document.

Gets the owner.

C#
public IUILayerContainer Owner { get; }
Property Value:

The owner.

Page

RadFixedPage

Gets the page.

C#
public RadFixedPage Page { get; }
Property Value:

The page.

Gets the presenter.

C#
public IFixedDocumentPresenter Presenter { get; }
Property Value:

The presenter.

Methods

Adds a focusable element.

C#
public void AddFocusableElement(DependencyObject element)
Parameters:elementDependencyObject

The element.

Removes a focusable element.

C#
public void RemoveFocusableElement(DependencyObject element)
Parameters:elementDependencyObject

The element.