Skip to main content
All docs
V23.2

XtraForm.SurfaceMaterial Property

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.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