HideEmptyCells Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Views Namespace > CardView Class : HideEmptyCells Property

Gets or sets a value indicating whether cells which do not have a content should be hidden.

Syntax

Visual Basic (Declaration) 
Public Property HideEmptyCells As Boolean
C# 
public bool HideEmptyCells {get; set;}

Return Value

true if cells which do not have a content should be hidden; false otherwise. By default, true.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also