menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TileLayoutActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TileLayoutActionList

    Inheritance
    System.Object
    SyncActionListBase<TileLayout>
    TileLayoutActionList
    Inherited Members
    SyncActionListBase<TileLayout>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<TileLayout>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<TileLayout>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<TileLayout>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<TileLayout>.Control
    SyncActionListBase<TileLayout>.GetProperty(String)
    SyncActionListBase<TileLayout>.GetSortedActionItems()
    SyncActionListBase<TileLayout>.GetValue(String)
    SyncActionListBase<TileLayout>.SetValue(String, Object)
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TileLayoutActionList : SyncActionListBase<TileLayout>

    Constructors

    TileLayoutActionList(IComponent)

    Declaration
    public TileLayoutActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Properties

    AllowNewGroup

    Declaration
    public bool AllowNewGroup { get; set; }
    Property Value
    Type
    System.Boolean

    BackColor

    Declaration
    public Color BackColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    Dock

    Declaration
    public DockStyle Dock { get; set; }
    Property Value
    Type
    System.Windows.Forms.DockStyle

    Groups

    Declaration
    public TileGroupCollection Groups { get; set; }
    Property Value
    Type
    TileGroupCollection

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    ShowItemPreview

    Declaration
    public bool ShowItemPreview { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    InitializeActionList()

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.TileLayout>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved