Skip to main content
All docs
V24.2

XtraForm.SurfaceMaterial Property

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v24.2.dll

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