ActualRightToLeft Property (SuperLabel)
In This Topic
Gets the actual right-to-left value that is being used. If the field's own
C1.Win.FlexReport.FieldBase.RightToLeft is not null, that value is returned. Otherwise the
C1.Win.FlexReport.FieldBase.ActualRightToLeft defined on the report is returned.
Syntax
'Declaration
Public ReadOnly Property ActualRightToLeft As Boolean
public bool ActualRightToLeft {get;}
See Also