Back to Devexpress

IDocumentDefaultProperties Interface

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-8d44dd2f.md

latest2.0 KB
Original Source

IDocumentDefaultProperties Interface

Stores the individual properties of Documents.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public interface IDocumentDefaultProperties :
    IBaseDocumentDefaultProperties,
    IBaseDefaultProperties,
    IBaseProperties,
    IBaseObject,
    IDisposable,
    IPropertiesProvider,
    ISupportBatchUpdate
vb
Public Interface IDocumentDefaultProperties
    Inherits IBaseDocumentDefaultProperties,
             IBaseDefaultProperties,
             IBaseProperties,
             IBaseObject,
             IDisposable,
             IPropertiesProvider,
             ISupportBatchUpdate

The following members return IDocumentDefaultProperties objects:

Remarks

To access the IDocumentDefaultProperties object, use the Document.Properties property of the required Document.

See Also

IDocumentDefaultProperties Members

Properties

DevExpress.XtraBars.Docking2010.Views.Widget Namespace