Back to Devexpress

TimelineView.EnsureResourceVisible(ResourceItem) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-timelineview-dot-ensureresourcevisible-x28-devexpress-dot-xpf-dot-scheduling-dot-resourceitem-x29.md

latest1.4 KB
Original Source

TimelineView.EnsureResourceVisible(ResourceItem) Method

Scrolls a view to the specified resource to show it.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public override void EnsureResourceVisible(
    ResourceItem resource
)
vb
Public Overrides Sub EnsureResourceVisible(
    resource As ResourceItem
)

Parameters

NameTypeDescription
resourceResourceItem

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

TimelineView Class

TimelineView Members

DevExpress.Xpf.Scheduling Namespace