Version

NoRowsInDataSourceMessageAppearance Property

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

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

UltraWinGrid1.DisplayLayout.EmptyMessageSettings.NoRowsInDataSourceMessageAppearance.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