Skip to content

TabAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Sets a tab for a form field.

[AttributeUsage(AttributeTargets.All)]
public class TabAttribute : Attribute
parameter description
value The value.

Public Members

name description
TabAttribute(…) Sets a tab for a form field.
Value { get; } Gets the value.

Remarks

Initializes a new instance of the TabAttribute class.

See Also