Click or drag to resize

EditableListCellOptionsHorizontalAlign Property

Gets or sets the horizontal alignment of the contents within its container.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
[DefaultValueAttribute(0)]
[JsonConverterAttribute(typeof(EditableListStringEnumConverter))]
public virtual HorizontalAlign HorizontalAlign { get; set; }

Property Value

Type: HorizontalAlign
One of the System.Web.UI.WebControls.HorizontalAlign enumeration values. The default is HorizontalAlign.NotSet.

Return Value

Type: HorizontalAlign
Remarks
The horizontal alignment of the contents within its container.
See Also