Enum PropertyChangeEffect
Specifies the expected effect of the change in property of an object / Control.
Namespace: Syncfusion.ComponentModel
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum PropertyChangeEffect
Remarks
Used by the SyncfusionPropertyChangedEventArgs class.
Fields
Name | Description |
---|---|
NeedLayout | The Control needs to be laid out due to change in a property's value. |
NeedRepaint | The Control needs a repaint due to change in property's value. |
None | No effect when there is change in a property's value. |