FormWidthAttribute constructor (1 of 2)

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Creates a FormWidth attribute with no initial column classes. Make sure to set properties to make it useful.

public FormWidthAttribute()

See Also


FormWidthAttribute constructor (2 of 2)

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Creates a FormWidth attribute with given custom css class, like col-md-6 col-sm-4 etc.

public FormWidthAttribute(string cssClass)
parameter description
cssClass

See Also