Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TabbedView.DocumentProperties Property

Provides access to properties common to all documents within the current View.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IDocumentProperties DocumentProperties { get; }

#Property Value

Type Description
IDocumentProperties

An IDocumentProperties object that contains settings common to all documents within the current View.

#Remarks

The DocumentProperties property allows you to customize properties for all Documents that belong to the current View. To override these settings for individual documents, use the Document.Properties object.

See Also