Gets or sets the IConfigurationCell associated with this DataCellBase.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual IConfigurationCell ConfigurationCell { get; set; }
Public Overridable Property ConfigurationCell As IConfigurationCell Get Set
public: virtual property IConfigurationCell^ ConfigurationCell { IConfigurationCell^ get (); void set (IConfigurationCell^ value); }