ComponentFactory.Krypton.Toolkit.HeaderGroupValuesSecondary.GetDescriptionDefault C# (CSharp) Method

GetDescriptionDefault() protected method

Gets the default description value.
protected GetDescriptionDefault ( ) : string
return string
        protected override string GetDescriptionDefault()
        {
            return string.Empty;
        }