Gets or sets a value indicating whether to display a 'more items' icon in the timeline header when some items in a timetable column are not currently visible.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public State ShowMoreItemsCue { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowMoreItemsCue As State |
Specify Enabled to show the 'more items' cue when there are items not visible in the current viewport; otherwise, Disabled. Assign Unspecified to this property to use the corresponding value from the current theme.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |