Class LayoutItemPlaceHolderControl
Inheritance
System.Object
LayoutItemPlaceHolderControl
Assembly: Syncfusion.Shared.Base.dll
public class LayoutItemPlaceHolderControl : Control, IProvideLayoutInformation
Constructors
Declaration
public LayoutItemPlaceHolderControl(LayoutItemBase layoutItem)
Parameters
Properties
Declaration
public LayoutItemBase LayoutComponent { get; }
Property Value
Declaration
protected LayoutManager LayoutManager { set; }
Property Value
Declaration
public Size LayoutMinimumSize { get; }
Property Value
Declaration
public Size LayoutPreferredSize { get; }
Property Value
Declaration
[Obsolete("Use LayoutMinimumSize instead. There was a naming conflict with Whidbeys Control.PreferredSize property.")]
public Size MinimumSize { get; }
Property Value
Declaration
[Obsolete("Use LayoutPreferredSize instead. There was a naming conflict with Whidbeys Control.PreferredSize property.")]
public Size PreferredSize { get; }
Property Value
Declaration
public virtual bool Visible { get; set; }
Property Value
Methods
Declaration
protected override void SetVisibleCore(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Implements