Back to Devexpress

Document.Info Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-document-99023266.md

latest1.6 KB
Original Source

Document.Info Property

Gets the detailed info about this Document.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public IDocumentInfo Info { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property Info As IDocumentInfo

Property Value

TypeDescription
DevExpress.XtraBars.Docking2010.Views.Widget.IDocumentInfo

An IDocumentInfo object related to this Document.

|

Remarks

The IDocumentInfo object, accessed via the Info property, contains detailed information about the Document, such as its Length or Bounds.

See Also

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace