Skip to main content
All docs
V25.1
  • XtraForm.SurfaceMaterial Property

    Namespace: DevExpress.XtraEditors

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