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
Properties
ComponentType
public override Type ComponentType { get; }
Property Value
IsReadOnly
public override bool IsReadOnly { get; }
Property Value
PropertyType
public override Type PropertyType { get; }
Property Value
Methods
CanResetValue(object)
public override bool CanResetValue(object component)
Parameters
component
object
Returns
GetValue(object)
public override object GetValue(object component)
Parameters
component
object
Returns
ResetValue(object)
public override void ResetValue(object component)
Parameters
component
object
SetValue(object, object)
public override void SetValue(object component, object value)
Parameters
ShouldSerializeValue(object)
public override bool ShouldSerializeValue(object component)
Parameters
component
object