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

MoreButtonClickedEventArgs(DateTime, TimeInterval, Resource) Constructor

Initializes a new instance of the MoreButtonClickedEventArgs class with the specified parameters.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public MoreButtonClickedEventArgs(
    DateTime targetViewStart,
    TimeInterval interval,
    Resource resource
)

Parameters

Name Type Description
targetViewStart DateTime

A DateTime value which is the top visible time of the target view.

interval TimeInterval

A TimeInterval object representing a time cell where the “More” button is located.

resource Resource

A Resource associated with the time cell where the “More” button is located.

See Also