Table of Contents

Class XPInstantPropertyDescriptorJustMessage

Namespace
DevExpress.Xpo.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public class XPInstantPropertyDescriptorJustMessage : PropertyDescriptor
Inheritance
XPInstantPropertyDescriptorJustMessage
Inherited Members

Constructors

XPInstantPropertyDescriptorJustMessage(string, string)

public XPInstantPropertyDescriptorJustMessage(string name, string message)

Parameters

name string
message string

Properties

ComponentType

public override Type ComponentType { get; }

Property Value

Type

IsReadOnly

public override bool IsReadOnly { get; }

Property Value

bool

PropertyType

public override Type PropertyType { get; }

Property Value

Type

Methods

CanResetValue(object)

public override bool CanResetValue(object component)

Parameters

component object

Returns

bool

GetValue(object)

public override object GetValue(object component)

Parameters

component object

Returns

object

ResetValue(object)

public override void ResetValue(object component)

Parameters

component object

SetValue(object, object)

public override void SetValue(object component, object value)

Parameters

component object
value object

ShouldSerializeValue(object)

public override bool ShouldSerializeValue(object component)

Parameters

component object

Returns

bool