Back to Devexpress

ASPxEditBase.CssFilePath Property

aspnet-devexpress-dot-web-dot-aspxeditbase-fa587223.md

latest1.3 KB
Original Source

ASPxEditBase.CssFilePath Property

Gets or sets the path to a CSS file that defines the editor’s appearance.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public override string CssFilePath { get; set; }
vb
<DefaultValue("")>
Public Overrides Property CssFilePath As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that specifies the path to the required CSS file.

|

Remarks

This property is a wrapper of the EditPropertiesBase.CssFilePath property.

See Also

ASPxEditBase Class

ASPxEditBase Members

DevExpress.Web Namespace