Adf.Web.Styling.BusinessGridViewStyler.SetStyle C# (CSharp) Method

SetStyle() public method

public SetStyle ( string style, string value ) : string
style string
value string
return string
        public string SetStyle(string style, string value)
        {
            return !style.IsNullOrEmpty() ? style : "SmartView" + value;
        }
BusinessGridViewStyler