Skip to main content

TimelineView.EnsureResourceVisible(ResourceItem) Method

Scrolls a view to the specified resource to show it.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

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