Skip to main content

ViewBase.EnsureResourceVisible(ResourceItem) Method

When overridden in a derived class, 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 abstract void EnsureResourceVisible(
    ResourceItem resource
)

Parameters

Name Type Description
resource ResourceItem

A ResourceItem object that is the resource to display.

Remarks

This method is implemented in the descendants of the ViewBase class:

See Also