Gets or sets a reference to the parent IConfigurationFrame for this ConfigurationCellBase.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual IConfigurationFrame Parent { get; set; }
Public Overridable Property Parent As IConfigurationFrame Get Set
public: virtual property IConfigurationFrame^ Parent { IConfigurationFrame^ get (); void set (IConfigurationFrame^ value); }