Search Results for

    Show / Hide Table of Contents

    Interface IScheduleViewMenuItemConfiguration

    Defines all data needed the create an IScheduleViewMenuItem via the method.

    Inherited Members
    System.IComparable<Simplic.UI.ScheduleView.IScheduleViewMenuItemConfiguration>.CompareTo(Simplic.UI.ScheduleView.IScheduleViewMenuItemConfiguration)
    IViewModelBase.RaisePropertyChanged(String)
    IViewModelBase.OnClose()
    IViewModelBase.IsDirty
    IViewModelBase.ForceSave
    IViewModelBase.Parent
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: Simplic.UI.ScheduleView
    Assembly: Simplic.UI.dll
    Syntax
    public interface IScheduleViewMenuItemConfiguration : IComparable<IScheduleViewMenuItemConfiguration>, IViewModelBase, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    ContainerId

    Gets or sets the System.Guid identifying the IScheduleViewMenuItem containing the instance using this configuration.

    Declaration
    Guid? ContainerId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    DisplayText

    Gets or sets the System.String representing the text shown as text for the IScheduleViewMenuItem created using this configuration.

    Declaration
    string DisplayText { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Id

    Gets or sets the System.Guid uniquely identifying the IScheduleViewMenuItem created using this configuration.

    Declaration
    Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    LargeIcon

    Gets or sets the System.Windows.Controls.Image used as large representation of the IScheduleViewMenuItem created using this configuration.

    Declaration
    Image LargeIcon { get; }
    Property Value
    Type Description
    System.Windows.Controls.Image
    | Improve this Doc View Source

    LargeIconGuid

    Gets or sets the System.Guid identifying the LargeIcon.

    Declaration
    Guid? LargeIconGuid { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    NeedsSelectedItem

    Gets or sets the System.Boolean indicating whether the IScheduleViewMenuItem created using this configuration needs a selected item to invoke it's function or method.

    Declaration
    bool NeedsSelectedItem { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    OrderNumber

    Gets or sets the System.Double representing the position of the IScheduleViewMenuItem created using this configuration among all other items within each menu.

    Declaration
    double OrderNumber { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    RibbonButtonSize

    Gets or sets the representing the size of the button shown in a ribbon menu using a IScheduleViewMenuItem created using this configuration.

    Declaration
    ButtonSize RibbonButtonSize { get; set; }
    Property Value
    Type Description
    ButtonSize
    | Improve this Doc View Source

    ShowInContextMenu

    Gets or sets the System.Boolean indicating whether the IScheduleViewMenuItem created using this configuration should be shown in the context menu.

    Declaration
    bool ShowInContextMenu { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ShowInRibbonMenu

    Gets or sets the System.Boolean indicating whether the IScheduleViewMenuItem created using this configuration should be shown in the ribbon menu.

    Declaration
    bool ShowInRibbonMenu { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SmallIcon

    Gets or sets the System.Windows.Controls.Image used as small representation of the IScheduleViewMenuItem created using this configuration.

    Declaration
    Image SmallIcon { get; }
    Property Value
    Type Description
    System.Windows.Controls.Image
    | Improve this Doc View Source

    SmallIconGuid

    Gets or sets the System.Guid identifying the SmallIcon.

    Declaration
    Guid? SmallIconGuid { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx