Gets or sets the width of the slider.

Namespace:  C1.Web.UI.Controls.C1Splitter
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
[DefaultValueAttribute(typeof(Unit), "400")]
[JsonAttribute(true)]
public override Unit Width { get; set; }
Visual Basic (Declaration)
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<DefaultValueAttribute(GetType(Unit), "400")> _
<JsonAttribute(True)> _
Public Overrides Property Width As Unit
	Get
	Set

Remarks

The default value for this property is 400px.

See Also