KaxDialogOpenerDialogsCssFile Property |
Gets or sets the location of a CSS file, that will be added in the dialog window. If you need to include
more than one file, use the CSS @import url(); rule to add the other files from the first.
RemarksThis property is needed if you are using a custom skin. It allows you to include your custom skin
CSS in the dialogs, which are separate from the main page.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string DialogsCssFile { get; set; }
Public Property DialogsCssFile As String
Get
Set
public:
property String^ DialogsCssFile {
String^ get ();
void set (String^ value);
}
member DialogsCssFile : string with get, set
Property Value
Type:
String
See Also