Adf.Web.Styling.BusinessGridViewStyler.SetStyle C# (CSharp) 메소드

SetStyle() 공개 메소드

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