Skip to main content
A newer version of this page is available. .
Tab

BinaryImageEditProperties.EmptyValueTextStyle Property

Gets the settings defining the appearance of the text displayed in the editor when there is no image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public AppearanceStyle EmptyValueTextStyle { get; }

Property Value

Type Description
AppearanceStyle

An AppearanceStyle object that contains style settings.

See Also