ClassRadDocumentPane
Represents a pane for displaying documents within a user interface. The RadDocumentPane class inherits from RadPane and implements the IDocumentPane interface, providing a container for document-related content. This class allows for customization of styling and behavior in WPF applications, making it suitable for use in complex document management scenarios. The static constructor initializes static members to set the default style, ensuring a consistent appearance across instances of the RadDocumentPane class.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
[TelerikToolboxCategory("Containers")]
public class RadDocumentPane : RadPane, IRadTabItem, IActiveAware
Inheritance: objectRadTabItemRadPaneRadDocumentPane
Implements:
Inherited Members
Constructors
RadDocumentPane()
Initializes a new instance of the RadDocumentPane class.
Declaration
public RadDocumentPane()