public RadProperty GetRadProperty(RadObject component)
 {
     if (this.radProperty == null)
     {
         this.radProperty = component.GetRegisteredRadProperty(this.Name);
     }
     return(this.radProperty);
 }
Example #2
0
        private RadProperty GetRadProperty(RadObject component)
        {
            if (radProperty == null)
            {
                radProperty = component.GetRegisteredRadProperty(this.Name);
            }

            return(radProperty);
        }