Class GroupViewActionList
Inheritance
System.Object
GroupViewActionList
Assembly: Syncfusion.Shared.Base.dll
public class GroupViewActionList : SyncActionListBase<GroupView>
Constructors
Declaration
public GroupViewActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public bool AllowDragDrop { get; set; }
Property Value
Declaration
public bool ButtonView { get; set; }
Property Value
Declaration
public bool FlatLook { get; set; }
Property Value
Declaration
public bool FlowView { get; set; }
Property Value
Declaration
public GroupView.GroupViewItemCollection GroupViewItems { get; set; }
Property Value
Declaration
public bool HighlightImage { get; set; }
Property Value
HighlightText
Declaration
public bool HighlightText { get; set; }
Property Value
Declaration
public bool IntegratedScrolling { get; set; }
Property Value
Declaration
public ImageList LargeImageList { get; set; }
Property Value
Type |
System.Windows.Forms.ImageList |
Declaration
public string Name { get; set; }
Property Value
Declaration
public ImageList SmallImageList { get; set; }
Property Value
Type |
System.Windows.Forms.ImageList |
Declaration
public bool SmallImageView { get; set; }
Property Value
TextWrap
Declaration
public bool TextWrap { get; set; }
Property Value
Declaration
public bool ThemesEnabled { get; set; }
Property Value
Methods
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.GroupView>.InitializeActionList()