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

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.v19.1.dll

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