Skip to main content

TcxContainerStyle.IsValueAssigned(TcxContainerStyleValue) Method

Identifies if a specific style setting modification flag is assigned.

Declaration

function IsValueAssigned(AValue: TcxContainerStyleValue): Boolean; virtual;

Parameters

Name Type Description
AValue TcxContainerStyleValue

The target style setting modification flag.

Returns

Type Description
Boolean

True if the specified style setting modification flag (AValue) is present in the AssignedValues property value; otherwise, False.

See Also