Skip to main content
A newer version of this page is available. .
All docs
V22.2

XtraForm.SurfaceMaterial Property

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v22.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
[DefaultValue(SurfaceMaterial.Default)]
[DXCategory("Options")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[XtraSerializableProperty(XtraSerializationVisibility.Visible)]
public virtual SurfaceMaterial SurfaceMaterial { get; set; }

Property Value

Type Default
DevExpress.XtraEditors.SurfaceMaterial Default
See Also