Search Results for

    Show / Hide Table of Contents

    Interface IScheduleViewMenuItem

    Defines basic methods and properties of a schedule view menu item.

    Namespace: Simplic.UI.ScheduleView
    Assembly: Simplic.UI.dll
    Syntax
    public interface IScheduleViewMenuItem

    Properties

    | Improve this Doc View Source

    Configuration

    Gets the IScheduleViewMenuItemConfiguration used to create the instance.

    Declaration
    IScheduleViewMenuItemConfiguration Configuration { get; }
    Property Value
    Type Description
    IScheduleViewMenuItemConfiguration
    | Improve this Doc View Source

    ContextMenuItem

    Gets the representation of the instance.

    Declaration
    RadMenuItem ContextMenuItem { get; }
    Property Value
    Type Description
    RadMenuItem
    | Improve this Doc View Source

    RibbonButton

    Gets the representation of the instance.

    Declaration
    RadRibbonButton RibbonButton { get; }
    Property Value
    Type Description
    RadRibbonButton
    | Improve this Doc View Source

    ScheduleView

    Gets the ScheduleViewControl the menu item instance is attached to.

    Declaration
    ScheduleViewControl ScheduleView { get; }
    Property Value
    Type Description
    ScheduleViewControl
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx