Skip to main content
A newer version of this page is available. .

BaseView.DocumentProperties Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
IBaseDocumentProperties

An IBaseDocumentProperties 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 BaseDocument.Properties object.

See Also