Class WidgetContainerComponent
Namespace: Casewhere.Models.FormBuilder.Components
Assembly: Casewhere.Models.dll
Represents a widget container component in the form builder.
public class WidgetContainerComponent : FormComponent
Inheritance
object ← FormComponent ← WidgetContainerComponent
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<WidgetContainerComponent>(WidgetContainerComponent)
Constructors
WidgetContainerComponent()
public WidgetContainerComponent()
Properties
ClientEnabled
Gets or sets the client-side enabled rule of the widget container.
public string ClientEnabled { get; set; }
Property Value
ClientVisible
Gets or sets the client-side visible rule of the widget container.
public string ClientVisible { get; set; }
Property Value
CssClass
Gets or sets the CSS class of the widget container.
public string CssClass { get; set; }
Property Value
DisplayType
Gets or sets the display type of the widget container.
public WidgetContainerDisplayType DisplayType { get; set; }
Property Value
Enabled
Gets or sets the enabled rule of the widget container.
public EnabledRule Enabled { get; set; }
Property Value
Events
Gets or sets the list of events for the widget container.
public IList<ComponentEvent> Events { get; set; }
Property Value
Height
Gets or sets the height of the widget container.
public int? Height { get; set; }
Property Value
int?
Parameters
Gets or sets the list of parameters for the widget container.
public IList<WidgetParameter> Parameters { get; set; }
Property Value
Position
Gets or sets the position of the widget container.
public ComponentPosition Position { get; set; }
Property Value
ReadOnly
Gets or sets the read-only rule of the widget container.
public ReadOnlyRule ReadOnly { get; set; }
Property Value
Visible
Gets or sets the visible rule of the widget container.
public VisibleRule Visible { get; set; }
Property Value
WidgetId
Gets or sets the ID of the widget.
public Guid WidgetId { get; set; }
Property Value
Width
Gets or sets the width of the widget container in percentage.
public int Width { get; set; }