Skip to content

DXDocumentsHost

DevExpress DXDocumentsHost.

UI element class: DevExpress.XtraBars.Docking2010.DocumentsHost

Extends ManagedObject

Extends SeSSimulatedObject

Behavior Pattern: DXDocumentsHostBehavior

Property Summary

Property Description Getter Setter
DocName Name of the doc at index GetDocName
ItemsCount Number of items. GetItemsCount

Action Summary

Action Description
DoSelectDoc Selects a doc by name.

Property Detail

DocName

Name of the doc at index

Getter Parameters:

Name Type Description
index

Type: string

Accessors: GetDocName

value = SeS('SomeDXDocumentsHost').GetDocName(/**number*/ index)

ItemsCount

Number of items.

Type: number

Accessors: GetItemsCount

value = SeS('SomeDXDocumentsHost').GetItemsCount()

Action Detail

DoSelectDoc

Selects a doc by name.

SeS('SomeDXDocumentsHost').DoSelectDoc(docName)

Parameters:

Name Type Description
docName string Doc name to select

Returns:

boolean: 'true' if success, 'false' otherwise.