Xceed DataGrid for WPF v7.2 Documentation
GetSurfaceConfiguration Method


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Views.Surfaces Namespace > MultiSurfaceTheme Class : GetSurfaceConfiguration Method
Gets the surface configuration that will be applied to a multi-surface view's surfaces.
Syntax
'Declaration
 
Public Function GetSurfaceConfiguration( _
   ByVal matches As Predicate(Of SurfaceConfiguration) _
) As SurfaceConfiguration
'Usage
 
Dim instance As MultiSurfaceTheme
Dim matches As Predicate(Of SurfaceConfiguration)
Dim value As SurfaceConfiguration
 
value = instance.GetSurfaceConfiguration(matches)
public SurfaceConfiguration GetSurfaceConfiguration( 
   Predicate<SurfaceConfiguration> matches
)

Parameters

matches
Requirements

Target Platforms: Windows 11, Windows, 10, 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

Reference

MultiSurfaceTheme Class
MultiSurfaceTheme Members