Xceed DataGrid for WPF v7.2 Documentation
DefaultSurfaceConfigurations Property


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Views.Surfaces Namespace > MultiSurfaceTheme Class : DefaultSurfaceConfigurations Property
Gets the default surface configurations that will be applied to a multi-surface view's surfaces.
Syntax
'Declaration
 
Protected Friend ReadOnly Property DefaultSurfaceConfigurations As Collection(Of SurfaceConfiguration)
'Usage
 
Dim instance As MultiSurfaceTheme
Dim value As Collection(Of SurfaceConfiguration)
 
value = instance.DefaultSurfaceConfigurations
protected internal Collection<SurfaceConfiguration> DefaultSurfaceConfigurations {get;}

Property Value

A generic collection of SurfaceConfigurations representing the configurations that will be applied, by default, to a multi-surface view's surfaces in the case where none are explicitly provided for a specific surface.
Remarks
The default configurations can also be overridden by adding surface configurations to a theme's SurfaceConfigurations collection and specifying the surfaces to which they will be applied using the Surfaces attached property defined on the multi-surface view.
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