Class TextareaAttribute
- Namespace
- MES.MQC.UtilityLibrary.Form.Field
- Assembly
- MES.MQC.UtilityLibrary.dll
[AttributeUsage(AttributeTargets.Property)]
public class TextareaAttribute : FieldAttribute, _Attribute
- Inheritance
-
TextareaAttribute
- Implements
- Inherited Members
Properties
MaxLength
public int MaxLength { get; set; }
Property Value
MaxRows
public int MaxRows { get; set; }
Property Value
MinRows
public int MinRows { get; set; }
Property Value
Methods
GetBasicTypes()
Allowed basic types for PropertyType
public override Type[] GetBasicTypes()
Returns
- Type[]