Version

NoDataSourceMessageAppearance Property

Syntax
'Declaration
 
Public Property NoDataSourceMessageAppearance As Infragistics.Win.AppearanceBase
public Infragistics.Win.AppearanceBase NoDataSourceMessageAppearance {get; set;}
Remarks

The NoDataSourceMessageAppearance property is used to specify the appearance of the text that appears when the grid has no data source. An image and text can both appear together. When you assign an Appearance object to the NoDataSourceMessageAppearance property, the properties of that object will be applied to the text and/or image that appears when the grid has no data source. You can use the NoDataSourceMessageAppearance property to examine or change any of the appearance-related properties that are currently assigned to the NoDataSourceMessageText, for example:

UltraWinGrid1.DisplayLayout.EmptyMessageSettings.NoDataSourceMessageAppearance.ForeColor = Color.Blue

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also