KaxEditorTableLayoutCssFile Property |
Gets or sets a string, containing the location of the CSS styles for table css style layout tool in the TableProperties dialogue.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string TableLayoutCssFile { get; set; }
Public Property TableLayoutCssFile As String
Get
Set
public:
property String^ TableLayoutCssFile {
String^ get ();
void set (String^ value);
}
member TableLayoutCssFile : string with get, set
Property Value
Type:
StringThe content area CSS file.
See Also