An NDoc Documented Class Library

UIItemIdAppXmlConfiguration.TableTopLeftHeaderCell Property

[Visual Basic]
Overridable Public Property TableTopLeftHeaderCell As String _
    Implements UIItemIdConfiguration.TableTopLeftHeaderCell
[C#]
public virtual string TableTopLeftHeaderCell { get; set; }
[C++]
public: virtual __property String* get_TableTopLeftHeaderCell();
public: virtual __property void set_TableTopLeftHeaderCell(String* );
[JScript]
public virtual function get TableTopLeftHeaderCell() : String
public virtual function set TableTopLeftHeaderCell(String);

Implements

UIItemIdConfiguration.TableTopLeftHeaderCell

See Also

UIItemIdAppXmlConfiguration Class | White.Core.Configuration Namespace