XtraForm.SurfaceMaterial Property
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.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