Serenity.ElementAttribute.ElementAttribute C# (CSharp) Method

ElementAttribute() public method

public ElementAttribute ( string value ) : System
value string
return System
        public ElementAttribute(string value)
        {
            this.Value = value;
        }
ElementAttribute