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

TimelineView.EnsureResourceVisible(ResourceItem) Method

Scrolls a view to the specified resource to show it.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public override void EnsureResourceVisible(
    ResourceItem resource
)

Parameters

Name Type Description
resource ResourceItem

A ResourceItem object that is the resource to display.

Remarks

Use the EnsureResourceVisible method to ensure that an end-user will see data for the specified resource.

See Also