Class TileLayoutActionList
Inheritance
System.Object
TileLayoutActionList
Assembly: Syncfusion.Tools.Windows.dll
public class TileLayoutActionList : SyncActionListBase<TileLayout>
Constructors
Declaration
public TileLayoutActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public bool AllowNewGroup { get; set; }
Property Value
Declaration
public Color BackColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Declaration
public DockStyle Dock { get; set; }
Property Value
Type |
System.Windows.Forms.DockStyle |
Declaration
public TileGroupCollection Groups { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public bool ShowItemPreview { get; set; }
Property Value
Methods
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.TileLayout>.InitializeActionList()